{% extends "aldryn_faq/fullwidth.html" %} {% load i18n cms_tags %} {% block breadcrumb %}{% endblock %} {% block faq_content %}
{% render_model object "category" "category" %} {% if object.tags.all %}
{% for tag in object.tags.all %} {{ tag }} {% endfor %}
{% endif %}

{% render_model object "title" %}

{% if question.answer_text %}
{% render_model object "answer_text" "answer_text" "" safe %}
{% endif %}
{% render_placeholder object.answer 800 %}
{% endblock %} {% block faq_footer %} {% include "aldryn_faq/includes/pager.html" with title=_("Back to Category") slug=category_url %} {% endblock %}