{% extends "admin/change_list_object_tools.html" %} {% block object-tools-items %} {{ block.super }} {# This template also serves a project's own ModelAdmin for OxTask, which has no overview URL. #} {% url 'admin:django_ox_oxtask_overview' as overview_url %} {% if overview_url %}
  • Queue overview
  • {% endif %} {% endblock %}