{% extends 'base.html' %} {% load i18n %} {% block container %}

{% trans "Thanks for spending some quality time with the Web site today." %}

{% trans 'Log in again' %}

{% endblock %}