+ +
+
+
+

+ {% if question.is_deleted %} + [deleted] + {% else %} + {{ question.title|default:"(No title)" }} + {% endif %} +

+ +
+
+
+ {% if question.is_deleted %} +

[deleted]

+ {% else %} + {{ question.text|linebreaks }} + {% endif %} +
+ + +
+ {% if question.is_deleted %} + + {{ question.sum_q_votes|default:0 }} + + {% elif user.is_authenticated %} + + + {% if user == question.user %} + + + + {% endif %} + {% else %} + + {{ question.sum_q_votes|default:0 }} + + {% endif %} +
+
+ + +
+

+ Answers + ({{ answer_count }}) +

+ +
+ {% for answer in answers %} + {% include 'qa/_answer_item.html' with answer=answer question=question semesters=semesters %} + {% if not forloop.last %}
{% endif %} + {% empty %} +
+

No answers yet. Be the first to answer!

+
+ {% endfor %} +
+
+ + + {% if user.is_authenticated %} +
+
+ {% csrf_token %} + +
+
+ +
+ +
+ +
+
+
+
+ {% else %} + + {% endif %} +