{% extends theme('base.html') %} {% import 'macro/form.html' as fui %} {% block content %}

{% if logo_url %} {% endif %}
{% trans %}First login{% endtrans %}

{% trans %} It seems this is the first time you are logging here. In order to finalize your account configuration, you need to set a password to your account. We will send you an email containing a link that will allow you to set a password. Please click on the "Send the initialization email" button below to send the email. {% endtrans %}
{% call fui.render_form(form) %}
{{ _("Login page") }}
{% endcall %}
{% endblock %}