{% load i18n %} {% if autoadmin_properties.account %}
{% trans 'Installation finished successfully, congratulations!' %}
{% trans 'Login using the following credentials:' %}
{% blocktrans with autoadmin_properties.account as account %}Username: {{ account }}{% endblocktrans %}
{% blocktrans with autoadmin_properties.account.email as email %}Email: {{ email }}{% endblocktrans %}
{% blocktrans with autoadmin_properties.password as password %}Password: {{ password }}{% endblocktrans %}
{% trans 'Be sure to change the password to increase security and to disable this message.' %}