{% extends 'faq/base.html' %} {% block title %}FAQ | {{question.question|title}}{% endblock %} {% block heading %}{{question.question|title}}{% endblock %} {% block content %} {% if can_vote_question %} found this question helpful?
{% csrf_token %}
{% csrf_token %}
{% endif %} {% if question.category and category_enabled %}

category - {{question.category.name}}

{% endif %}
{% block question_content %} {% endblock %} {% endblock %}