{% extends "trix_student/base.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "logout" %}{% endblock title %} {% block body %}

{% trans "You are now logged out" %}. {% trans "Go to the frontpage" %}.

{% endblock body %}