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

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

{% include "spacer.html" %}
{% block actions %} -- actions go here -- {% endblock %}
{% 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 %}
{% block page_content %} {% endblock %} {% endblock %}