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

{% block title %}{{ object }}{% endblock %}

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

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

{% endif %} {% endblock %}