{% extends "sora/layout.html" %} {% load i18n %} {% load url from future %} {% import "_forms.html" as form_theme with context %} {% import "sora/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Sign In')) }}{% endblock %} {% block content %}
{{ message.message }}
{% if bad_password %}{% trans %}Click here if you forgot your sign in credentials.{% endtrans %}
{% endif %}{% if not_active %}{% trans %}Click here if you didn't receive activation e-mail.{% endtrans %}
{% endif %}{% if banned_account.reason_user %} {{ banned_account.reason_user|markdown|safe }}{% endif %}{% if banned_account.expires %}{% trans ban_expires=banned_account.expires|date %}Your ban will expire on {{ ban_expires }}{% endtrans %}
{% endif %}{% trans %}I want to reset my account's password{% endtrans %}
{% trans %}Resend me e-mail with activation link{% endtrans %}
{% if settings.account_activation != 'block' %}