{% load staticfiles %} {% load django_markdown %} {% if question.closed %}
{% else %} {% if question.reward %}
{% else %}
{% endif %} {% endif %}
{% include "qa/header.html" %} {% if message %} {% endif %} {% if question.reward %} {% endif %}
Posted by {{ question.user_data.user.username }}, {{ question.pub_date }}

Q: {{ question.title }}

{{ question.description }}

{% if user.is_authenticated %} {% endif %} {% if question.closed %}

This Question has been closed.

{% else %} Answer this Question! {% endif %}

{% if answers %}

Answers


{% for answer in answers %}
{% if user.is_authenticated %}
{{ answer.votes }}
{% endif %}
Comment   {% if answer.votes > 0 %} {% elif answer.votes == 0 %} {% else %} {% endif %} {% if answer.comment_set %} {% for comment in answer.comment_set.all %}

{{ comment.comment_text }}, {{ comment.user_data.user.username }}

{{ comment.pub_date }}


{% endfor %} {% endif %}
{% if answer.user_data.picture %} {% else %} {% endif %}

- {{ answer.user_data.user.username }} ({{ answer.user_data.points }})


{% endfor %} {% else %} question

This question is still open, Write answer!

{% endif %} {% include "qa/footer.html" %}