{% 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?
{% endif %} {% if question.category and category_enabled %}category - {{question.category.name}}
{% endif %}