{% extends "base.html" %} {% block title %}{{question}}{% endblock %} {% block content %} {% include "breadcrumb.html" %}

{{ question }}

(Edit) {{ question.rendered_answer|safe }}

{{ question.rating.score }} out of {{ question.rating.votes }} people found the above answer helpful. Did you find it helpful? Yes or No


{% if 0 %} if question.qlink_set.count %}

References to this FAQ

{% for link in question.qlink_set.all %}

{{ link.title }} (link, added {{ link.created }})
{{ link.description }}

{% endfor %} {% endif %} Add a link
{{ form }}
{% endblock content %}