{% extends "admin/change_form.html" %} {% load static %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block content %} {% if approval_pending_delete %}
| Field | Requested change | Status | Requested by |
|---|---|---|---|
| {{ cr.field_name }} |
{% for action, text in cr.rows %}
{{ action }}
{% empty %}
—
{% endfor %}
{{ text }}
|
{{ cr.status }} | {{ cr.requested_by|default:"—" }} |