{% load i18n %} {% block content %} {{ block.super }} {% if user.is_authenticated %} {% trans 'Welcome,' %} {% firstof user.first_name user.username %}. {% endif %} {% if form.errors %}
Your username and password didn't match. Please try again.
{% endif %}{% trans 'Or:' %}