{% extends "admin/change_list.html" %} {% load i18n %} {% block content_title %} {% trans "Need a report? Here is where you can download and create custom reports based on current information." %} {{ block.super }} {% endblock %} {% block object-tools-items %} {% if 'starred' in request.GET %}
  • {% trans "Manage all Reports" %}
  • {% else %}
  • {% trans "View Starred Reports" %}
  • {% endif %} {{ block.super }} {% endblock %}