{% extends 'qa/base.html' %} {% load bootstrap3 %} {% load django_markdown %} {% load staticfiles %} {% block content %} {% if question.closed %}
{% else %} {% if question.reward %} {% else %} {% endif %} {% endif %} {% if message %}{% if question.closed %}
This Question has been closed.
{% else %} Answer this Question! comment this Question! {% endif %}{{ comment.comment_text|markdown }}, {{ comment.user.username }}
{{ comment.comment_text|markdown }}, {{ comment.user.username }}
- {{ answer.user.username }} ({{ answer.user.userqaprofile.points }})
{% if user.is_authenticated and answer.question.user == user and answer.question.closed == False %}