{% extends "baseLayout.html" %} {% load i18n %} {% block title %} {% translate "Drinks - Logged Out" %} {% endblock %} {% block headAdditional %} {% endblock %} {% block content %}
{% translate "Logged out! You will be redirected shortly." %}

{% translate "Click here if automatic redirection does not work." %}
{% endblock %}