{% extends "base.html" %} {% load i18n %} {% block main %}

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

{% trans "Back to the home page" %}

{% endblock %}