{% extends "admin/change_form.html" %}
{% load admin_modify %}
{% block submit_buttons_top %}{% if not remove_buttons %}{% submit_row %}{% endif %}{% endblock %}
{% block submit_buttons_bottom %}{% if not remove_buttons %}{% submit_row %}{% endif %}{% endblock %}