{% extends base_template %} {% load i18n %} {% block content %} {%if email_send %}
{% trans "This can take several days until the admin will provide you with the requested privileges." %}
{% trans "You will get notified by E-Mail when your request is treated. Please also check your spam folder." %}
{% else %}{% trans "It seems that your account did not get activated yet or you didn't activate your E-mail adress until now." %}
{% trans "As long as your profile is not complete, you will not be able to get WeatehrDB-database access." %}
{% endif %} {% endblock %}