{% extends "admin/change_list.html" %} {% block object-tools-items %} {{ block.super }} {% if action_buttons %} {% for button in action_buttons %}
  • {{ button.label }}
  • {% endfor %} {% endif %} {% endblock %}