{% extends theme('base.html') %} {% import 'fomanticui.html' as sui %} {% block content %}
{% if logo_url %} {{ website_name }} {% else %} {% endif %}

{{ _("Sign in at %(website)s", website=website_name) }}
{% trans %}Log-in and manage your authorizations.{% endtrans %}

{{ form.hidden_tag() if form.hidden_tag }} {{ sui.render_field(form.login, icon="user", noindicator=true) }} {% if "password" in form %} {{ sui.render_field(form.password, icon="key", noindicator=true) }} {% endif %}
{{ _("Forgotten password") }}
{% endblock %}