{% include 'snippets/layout/description/retrospring.html' %}
{% if not cfg.lockInbox %}
Ask a question

Markdown supported {{ cfg.charLimit }}

{% if cfg.antispam.enabled %} {% if cfg.antispam.type == 'basic' %}
{% 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' %}