{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block header %}
{% plugin_buttons object %} {% if perms.extras.add_configcontextschema %} {% clone_button object %} {% endif %} {% if perms.extras.change_configcontextschema %} {% edit_button object %} {% endif %} {% if perms.extras.delete_configcontextschema %} {% delete_button object %} {% endif %}

{% block title %}{{ object }}{% endblock %}

{% include 'inc/created_updated.html' %} {% endblock %} {% block content %} {% endblock %}