{% extends 'common/base.html' %} {% load i18n breadcrumbs %} {# template for pages, with a page header (page_pretitle, page_title, page_actions and content blocks). #} {# header_bg_color: e.g. #12345 to colorize the background of th header according to tenant's color scheme #} {# nav_buttons: buttons/links in top right corner (header) #} {# page_pretitle: pre title, rendered above the title, smaller #} {# page_title: the title of the page #} {# page_actions: block in right top corner ov page_header #} {# content: self-explanatory #} {# footer: footer content #} {% block canvas %}
{% block page_header %} {% endblock %}
{% block content %}{% endblock %}
{% endblock %}