{% trans 'You are already logged in' %}
{% trans 'Redirecting you to the website entry point in 5 seconds.' %}
{% blocktrans %}Or click here if redirection doesn't work.{% endblocktrans %}
{% extends 'web_theme_base.html' %} {% load i18n %} {% load theme_tags %} {% load autoadmin_tags %} {% block web_theme_head %} {% if user.is_authenticated %} {% get_login_redirect_url %} {% endif %} {% endblock %} {% block html_title %}{% trans 'Login' %}{% endblock %} {% if user.is_authenticated %} {% block web_theme_content %} {% get_login_redirect_url %}
{% trans 'Redirecting you to the website entry point in 5 seconds.' %}
{% blocktrans %}Or click here if redirection doesn't work.{% endblocktrans %}
{% trans 'You have just finished installing Mayan EDMS, congratulations!' %}
{% trans 'Login using the following credentials:' %}
{% blocktrans with auto_admin_properties.account as account %}Username: {{ account }}{% endblocktrans %}
{% blocktrans with auto_admin_properties.account.email as email %}Email: {{ email }}{% endblocktrans %}
{% blocktrans with auto_admin_properties.password as password %}Password: {{ password }}{% endblocktrans %}
{% trans 'Be sure to change the password to increase security and to disable this message.' %}