{% extends "trix_student/base.django.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block title %}{% trans "Log out" %}{% endblock title %} {% block content %}

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

{% endblock content %}