{% extends "base.html" %} {% load i18n %} {% load url from future %} {% block title %} {% trans "Log in" %} {% endblock %} {% block content %} {% if messages %}
{% endif %} {% endfor %}{% trans "Your username and password didn't match. Please try again." %}
{% endif %}