{% extends "grappelli/admin/change_form.html" %} {% block object-tools-items %} {% for button in buttons %} {% if button.show and not button.for_all and not button.save_on_click %}
  • {{button.html}}
  • {% endif %} {% endfor %} {{ block.super }} {% endblock %} {% block after_related_objects %}
    {% endblock %}