{% extends "admin/change_form.html" %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block object-tools %} {% csrf_token %} {% for action in actions %} {% if action.0 and action.0 != 'delete_selected' %} {{ action.1 }} {% endif %} {% endfor %} {% endblock %}