{% extends "templates/base.html" %} {% block body %}

{% trans login_msg=errors['ticket'] %}{{ login_msg }}{% endtrans %}

{% trans %} Something is wrong with the login process, sorry for inconvenience.{% endtrans %}

{% trans %} For security purpose, the login link has an expiration time and can be uses only one time.{% endtrans %}

{% if site %}

{% trans domain=site.domain %} Please, access {{ domain }} and try log in again.{% endtrans %}

{% endif %}
{% endblock %}