{% extends "lfc/base.html" %} {% load i18n %} {% block content %}

{% trans "You are now logged out." %}

{% trans 'Log in again' %}

{% endblock %}