{% extends "admin/change_list.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %} {% if report_options|length %} {% trans "Generate Report" %} {% endif %} {{ block.super }} {% endblock %}