{% 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 %}Go back to {% endtrans %}
    {% endif %}