{% extends "admin/change_form.html" %} {% load i18n static %} {% block extrahead %} {{ block.super }} {% if dsm_editor %} {% endif %} {% endblock %} {% block after_field_sets %} {{ block.super }} {% if dsm_editor %}

{% translate "Graph" %}

{% if not dsm_editor.read_only %} {% endif %} {% if dsm_editor.read_only %} {% translate "This version is no longer a draft, so its graph is read only." %} {% endif %}
{% endif %} {% endblock %}