{% load i18n staticfiles %} {% trans "Sign in" %}
{% csrf_token %} {% if form.errors %}
{% trans "User or password don't match." %}
{% endif %} {% for field in form %} {{ field }} {% endfor %}
{% trans "Don't have an account?" %} {% trans "Sign up here" %}