{% extends "base.html" %} {% load i18n %} {% load extra_tags %} {% load i18n %} {% load humanize %} {% load extra_filters %} {% block title %}{% spaceless %}{% trans "Questions" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
{{ question.answer_count|intcomma }} | {{ question.score|intcomma }} | {{ question.view_count|cnprog_intword|safe }} |
{% trans "answers" %} | {% trans "votes" %} | {% trans "views" %} |
{% if searchtag %} {% blocktrans count questions_count as cnt with questions_count|intcomma as q_num and searchtag as tagname %} have total {{q_num}} questions tagged {{tagname}} {% plural %} have total {{q_num}} questions tagged {{tagname}} {% endblocktrans %} {% endif %} {% if searchtitle %} {% blocktrans count questions_count as cnt with questions_count|intcomma as q_num %} have total {{q_num}} questions containing {{searchtitle}} {% plural %} have total {{q_num}} questions containing {{searchtitle}} {% endblocktrans %} {% endif %} {% ifequal tab_id "latest" %}
{% trans "latest questions info" %}
{% endifequal %} {% ifequal tab_id "active" %}{% trans "Questions are sorted by the time of last update." %} {% trans "Most recently answered ones are shown first." %}
{% endifequal %} {% ifequal tab_id "hottest" %}{% trans "Questions sorted by number of responses." %} {% trans "Most answered questions are shown first." %}
{% endifequal %} {% ifequal tab_id "mostvoted" %}{% trans "Questions are sorted by the number of votes." %} {% trans "Most voted questions are shown first." %}
{% endifequal %}