{% extends "main.html" %} {% block content %}
Archive: #{{ import_archive.pk }}
| Field | Current Value | Proposed Value | Changed? |
|---|---|---|---|
| {{ row.label }} | {% if row.current %} {{ row.current }} {% else %} (empty) {% endif %} | {% if row.proposed %} {{ row.proposed }} {% else %} (empty) {% endif %} | {% if row.changed %} ▶ {% endif %} |