{% extends "base.html" %} {% load i18n content_tags inlinetrans block_tags %} {% block extrabreadcrumbs %} {% cutrender %}{{ section }}{% endcutrender %} {% endblock %} {% block cssstyles %} {{ block.super }} {% endblock %} {% block content %}

{{ section }}

{% if admin_absolute_url %}{% inline_trans "You can edit in" %} {% inline_trans "here" %} {% endif %} {% endblock %} {% block beforecontentblocks %} {% render_blocks "beforecontent" for section %} {{ block.super }} {% endblock %} {% block aftercontentblocks %} {% render_blocks "aftercontent" for section %} {{ block.super }} {% endblock %}