{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block body %}
{% if status == 'pending' %} {% else %} {% endif %}
{% if status == 'pending' %}
{{ _('Please wait') }}

{{ _('The maintainer is checking your registration. This might take a few days.') }}

{% else %}
{{ _('We are sorry') }}

{{ _('Your registration has been denied.') }}

{% endif %} {{ _('Contact') }} {{ _('Settings') }}
{% endblock %}