{% extends "templates/base.html" %} {% block body %}
{% 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 %}