{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

{% block heading %} -- page header goes here -- {% endblock heading %}

{% include "spacer.html" %}
{% block actions %} -- actions go here -- {% endblock actions %}
{% block page_info %}
{% block details_above %} {% endblock details_above %}
{% block details_left %}
{% block thumbnail %} {% endblock thumbnail %}
{% block details %} {% endblock details %}
{% endblock details_left %}
{% block details_right %} block details_right {% endblock details_right %}
{% block details_below %} {% endblock details_below %}
{% endblock page_info %}
{% block page_content %} {% endblock page_content %} {% include "plugin/panel_content.html" %} {% endblock content %}