{% 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 %}
{% if scope == "unanswered" %} {% trans "There are no unanswered questions in this selection" %} {% endif %} {% if scope == "favorite" %} {% trans "No favorite questions here. " %} {% trans "Please bookmark some questions with a star and find them here later." %} {% endif %} {% if scope == "all" %} {% trans "Did not find anything? Please feel free to ask your question!" %} {% endif %}
{% else %}{% trans "Did not find what you were looking for?" %} {% 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 %}