{% extends 'web_theme/web_theme_base.html' %} {% load i18n %} {% load static %} {% load autoadmin_tags %} {% block html_title %}{% trans 'Login' %}{% endblock %} {% block content_plain %} {% auto_admin_properties %} {% if auto_admin_properties.account %}
{% trans 'You have just finished installing Django Inventory, 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.' %}