{% extends "generic/object.html" %}
{% load static %}
{# Breadcrumbs, title, the tab strip and the page body all come from the declarative layout #}
{# declared on ReorderView. Only the asset blocks, which a panel cannot reach, are overridden #}
{# here; the elevation itself lives in inc/reorder.html as a TemplatePanel. #}
{% block head %}
{% endblock head %}
{% block javascript %}
{% endblock javascript %}