{% if active_tab == 'ask' %}
{{ settings.WORDS_PLEASE_ASK_YOUR_QUESTION_HERE|escape }}
{% else %}
{% if need_scope_links %} {% include "components/forum_header/scope_nav.html" %} {% endif %} {% include "components/forum_header/search_bar.html" %}
{% if show_ask_button %} {% include "components/forum_header/ask_button.html" %} {% endif %}
{% endif %}