{% load i18n static surface_theme %} {% get_title False %} - {% block title %}{% endblock %} {% include 'includes/styles.html' %} {% block stylesheets %}{% endblock stylesheets %} {% block extrahead %}{% endblock extrahead %}
{% include 'includes/navigation.html' %} {% include 'includes/sidenav.html' %}
{% block messages %} {% if messages %}
    {% for message in messages %}
  • {{ message|capfirst }}
  • {% endfor %}
{% endif %} {% endblock messages %}
{% block content %} {% block object-tools %}{% endblock %} {{ content }} {% endblock %}
{{ delete_confirmation_context }}
{% block footer %}{% include 'includes/footer.html' %}{% endblock %}
{% include 'includes/scripts.html' %} {% block javascripts %}{% endblock javascripts %}