{% extends 'settings/layout.html' %} {% load i18n %} {% block title %}{% trans "Registration" %}{% endblock %} {% block header %}{% trans "Registration" %}{% endblock %} {% block panel %} {% if success %}
{% trans "Settings saved" %}
{% endif %} {% if form.errors %}
{% trans "Unable to save settings" %}
{% endif %}
{% csrf_token %}

{% trans "(Recommended if registration is open)" %}

{{ form.invite_request_text }} {% include 'snippets/form_errors.html' with errors_list=form.invite_request_text.errors id="desc_invite_request_text" %}
{{ form.registration_closed_text }}
{% endblock %}