Unanswered Questions

{{questionsCount}} question{{questionsCount|pluralize}}
Newest
{% if query == '' %}
Active
{% else %}
Active
{% endif %} {% if query == '' %}
Bountied
{{count_bounty}}
{% else %}
Bountied
{{count_bounty}}
{% endif %} {% if query == '' %}
Unanswered
{% else %}
Unanswered
{% endif %}
{% csrf_token %}
Filter by
{% if bool_1 == True %} {% else %} {% endif %}
{% if bool_2 == True %} {% else %} {% endif %}
{% if bool_3 == True %} {% else %} {% endif %}
Sorted by
{% if selected == "Newest" %} {% else %} {% endif %}
{% if selected == "RecentActivity" %} {% else %} {% endif %}
{% if selected == "MostVotes" %} {% else %} {% endif %}
{% if selected == "BountyEndingSoon" %} {% else %} {% endif %}
Tagged with
{% for question in questions %}
{{question.calculate_UpVote_DownVote}}
vote{{question.calculate_UpVote_DownVote|pluralize}}
{{question.count_answers}}answer{{question.count_answers|pluralize}}
{{question.calculate_viewers}} view{{question.calculate_viewers|pluralize}}

{{question.title}}

{{question.body|truncatechars:200}}
{% for tag in question.get_all_tags %} {% endfor %}
{% endfor %}

{% if questions.has_other_pages %} {% for i in questions.paginator.page_range %} {% if questions.number == i %}
{{ i }}
{% else %} {{ i }} {% endif %} {% endfor %} {% endif %}