{% extends base_template %} {% load i18n %} {% block content %} {%if email_send %}

{% trans "Your request for WeatherDB-Database access got send to the Admins" %}

{% 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 "Your request could not get send to the admins." %}

{% 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 %}