{% extends "base.html" %} {% load extra_tags %} {% load i18n %} {% load humanize %} {% load extra_filters %} {% load smart_if %} {% block title %}{% spaceless %}{% trans "Questions" %}{% endspaceless %}{% endblock %} {% block forejs %} {% endblock %} {% block content %}
{% trans "Did not find anything?" %} {% else %}
{% trans "Did not find what you were looking for?" %} {% endif %} {% trans "Please, post your question!" %}
{% 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 %}