{% extends "base.html" %} {% load i18n %} {% load semiramis_templatetags %} {% block title %} :: {% trans "Login" %}{% endblock %} {% block content %}
{% blocktrans %} Please input your login and password to log in. {% endblocktrans %}
{% if form.errors %}{% trans "Sorry, but the username and password don't match" %}
{% endif %}{% trans "If you don`t have an account you can " %} {% trans "create one" %}
{% endblock %}