{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Registration complete" %}{% endblock %} {% block main_panel %}
{% if enable_signup %} {% if send_mail %}

{% trans "An activation email has been sent. Please check your email and click on the link to activate your account." %}

{% else %}

{% trans "Registration complete, please wait for administrator to activate your account." %}

{% endif %} {% else %}

{% trans "Signup function is not enabled." %}

{% endif %}
{% endblock %}