{% extends "base.html" %} {% block dojango_content %}
{% trans "Your username and password didn't match. Please try again." %}
{% endif %} {% if user.is_authenticated %}{% blocktrans with user.username as username %}Welcome, {{ username }}. Thanks for logging in.{% endblocktrans %}
{% else %}