{% include 'snippets/layout/description/retrospring.html' %}
{% if not cfg.lockInbox %}
{{ _('Ask a question') }}
{% with includeCharLimit = True %} {% include 'snippets/q-input-footer.html' %} {% endwith %} {% if cfg.antispam.enabled %} {% if cfg.antispam.type == 'basic' %}
{#- skipping babel here for now #}
{% elif cfg.antispam.type == 'recaptcha' %}
{% if cfg.antispam.recaptcha.sitekey %}
{% else %} {% endif %}
{% elif cfg.antispam.type == 'turnstile' %}
{% elif cfg.antispam.type == 'frc' %}
{% else %}
{{ _('Warning:') }} {{ _('antispam type is not set!') }}
{% endif %} {% endif %}
{#
reserved for version 1.6.0 or later
#}
{% else %}

{{ _('New questions cannot be asked right now.') }}

{% endif %}
{% include 'snippets/layout/questions_list.html' %}