{% extends 'base.html' %}
{% import 'fomanticui.j2' as sui %}
{% import 'flask.j2' as flask %}
{% block content %}
{% if logo_url %}
{% endif %}
{% trans %}First login{% endtrans %}
{{ flask.messages() }}
{% 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 %}