{% extends "base.html" %} {% load i18n content_tags action_tags block_tags media_tags map_tags %} {% block metatags %} {{ block.super }} {% if section %} {% endif %} {% endblock %} {% block extrahead %} {% if content %}{% google_map_media content=content %}{% endif %} {% endblock %} {% block cssstyles %} {{ block.super }} {% endblock %} {% block extrabreadcrumbs %} {% block beforecontentbreadcrumbs %} {% endblock %} {% block contentbreadcrumbs %} {% if section %} {% cutrender %}{{ section }}{% endcutrender %} {% endif %} {% cutrender %}{{ content }}{% endcutrender %} {% endblock %} {% block aftercontentbreadcrumbs %} {% endblock %} {% endblock %} {% block leftsidebar %} {{ block.super }} {% endblock %} {% block rightsidebar %} {{ block.super }} {% endblock %} {% block extrarightsidebarblocks %} {% render_content_blocks "rightsidebar" for content %} {% if section %} {% render_content_blocks "rightsidebar" for section %} {% endif %} {% block extracontentrightsidebar %} {% endblock %} {% endblock %} {% block content %} {% block contenttitle %}

{% cutrender %}{{ content }}{% endcutrender %}

{% endblock %} {% block contentactions %}
{% endblock %} {% block contentzone %}
{% block beforecontentblocks %} {% render_content_blocks "beforecontent" for content %} {% if section %} {% render_section_blocks "beforecontent" for section %} {% endif %} {% block extrabeforecontentblocks %} {% endblock %} {% endblock %} {% block beforecontentbody %} {% block contentmedia %} {% media_slide content %} {% endblock %} {% block contentdescription %} {% if content.description %}
{{ content.description|safe }}
{% endif %} {% endblock %} {% block contentfiles %} {% media_files content %} {% endblock %} {% endblock beforecontentbody %} {% block contentbody %} {# to fill in for inherited templates #} {% endblock %} {% block aftercontentbody %} {% endblock %} {% block contentmap %} {% if content %}{% google_map content=content %}{% endif %} {% endblock %} {% block aftercontentmap %} {% endblock %} {% block aftercontentblocks %} {% render_blocks "aftercontent" %} {% render_content_blocks "aftercontent" for content %} {% if section %} {% render_section_blocks "aftercontent" for section %} {% endif %} {% block extraaftercontentblocks %} {% endblock %} {% endblock %}
{% endblock %} {% endblock %}