{% extends 'base.html' %} {% import 'fomanticui.j2' as sui %} {% 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 blue button below to send the email. {% endtrans %}
{{ form.hidden_tag() if form.hidden_tag }} {{ _("Login page") }}
{% endblock %}