{% extends "admin/change_list.html" %} {% load i18n staticfiles admin_list %} {% block breadcrumbs %} {% endblock %} {% block object-tools %}{% endblock %} {% block content_title %}

Post Burn Checklist

{% endblock %} {% block content %} {% if current.is_approved %} {{ block.super }} {% else %}
Warning! In order to edit this section, the ePFP needs to be approved.
{% endif %} {% endblock %} {% block post-pagination %} {{ block.super }} {% endblock %}