{% extends "admin/base_site.html" %} {% load adminmedia %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% endblock %}{% block coltype %}colSM{% endblock %} {% block bodyclass %}dashboard documentation{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}

{% trans "This section should explain the handling of the Admin-Interface/CMS. Permissions provided, you can change/add entries to this Section." %}

{% endblock %} {% block sidebar %} {% endblock %}