{% extends "base.html" %} {% load i18n %} {% block title %}{{ block.super }} – {% trans "Home" %}{% endblock %} {% block content %}

{{ title }}

{{ welcometext|safe|linebreaks }}

{% trans "You have access to the following pages:" %} {% endblock %}