data_capture/templates/admin/data_capture/submittedpricelist/change_list.html

Summary

Maintainability
Test Coverage
{% extends "admin/change_list.html" %}

{% block content %}
<p>
  You can use this page to approve or retire price lists
  by check-marking one or more and using the <strong>Action</strong> drop-down.
</p>
<p>
  If you'd like to preview the actual data for non-approved
  price lists and mute individual entries, see the
  <a href="{% url 'admin:data_capture_submittedpricelistrow_changelist' %}">Submitted price list row</a> admin page.
</p>
{{ block.super }}
{% endblock %}