{% if active_tab != "ask" %} {% if not search_state %} {# get empty SearchState() if there's none #} {% set search_state=search_state|get_empty_search_state %} {% endif %} {% trans %}ALL{% endtrans %} {% trans %}UNANSWERED{% endtrans %} {% if request.user.is_authenticated() %} {% trans %}FOLLOWED{% endtrans %} {% endif %} {% else %}
{% trans %}Please ask your question here{% endtrans %}
{% endif %}