{% extends "admin/change_list.html" %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block object-tools-items %} {{ block.super }} {% if policy_variant_tools %} {% for tool in policy_variant_tools %}
  • {{ tool.publish_label }}
  • {{ tool.draft_label }}
  • {% endfor %} {% endif %} {% endblock %}