{% extends "base_site.html" %} {% load i18n %} {% load static %} {% block header %} {% endblock %} {% block content %} {% trans "You have logged out." %} {% trans "See you next time!" %} Oops ... log me back in {% endblock %}
{% trans "See you next time!" %}