{% extends 'qanda/base.html' %} {% block breadcrumbs %} {% endblock %} {% block header %}

{{ object }}

{% endblock %} {% block primary %} {% if object.description %}
{{ object.description|linebreaks }}
{% endif %} {% if question_list %}
{% for question in question_list %}
{{ question }}
{{ question.modified|date }}
{{ question.answer|truncatewords:20 }}
{% endfor %}
{% else %}

I'm sorry, we currently have no frequently asked questions for this topic.

{% endif %} {% endblock %}