{% extends "cranefly/layout.html" %} {% import "_forms.html" as form_theme with context %} {% import "cranefly/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Sign In')) }}{% endblock %} {% block content %}
{{ message.message }}
{% trans %}Click here if you forgot your sign in credentials.{% endtrans %}
{% trans %}Click here if you didn't receive activation e-mail.{% endtrans %}
{% trans ban_expires=banned_account.expires|date %}Your ban will expire on {{ ban_expires }}{% endtrans %}