{{question.question|title}}

{% if can_vote_question %} found this question helpful?
{% csrf_token %}
{% csrf_token %}
{% endif %} {% if question.category and category_enabled %}

category - {{question.category.name}}

{% endif %}
{% if allow_multiple_answers %}

answers

{% else %} {% if question.answer_set.exists %}

answer:

{{question.answer_set.first.answer}}

{% if can_vote_answer %} found this answer helpful?
{% csrf_token %}
{% csrf_token %}
{% endif %} {% else %} no answers yet {% endif %} {% endif %} {% if can_answer_question %} {% if category_enabled %} answer question {% else %} answer question {% endif %} {% endif %}
{% if comments_allowed %}

comments

{% if add_new_comment_allowed %} {% if category_enabled %}
{% else %} {% endif %}
Post Your Comment Here: {% csrf_token %} {{comment_form}}
{% endif %} {% endif %}