{% extends 'core/lcars_app.html' %} {% block header_title %}Confirm Import{% endblock header_title %} {% block app_title %}REPLACE EXPRESSIONS?{% endblock app_title %} {% block extra_head %} {% endblock extra_head %} {% block left_menu %} {% comment %} Replacing is the only answer that does anything, so it is the only button: keeping what is stored is leaving, and says so. {% endcomment %}
Keep Stored
{{ block.super }} {% endblock left_menu %} {% block main %}

The file names {{ clashes|length }} expression(s) you already have. Everything else in it has been imported. Replacing keeps the file's version of these; keeping stores nothing and leaves them as they are.

{% csrf_token %} {% comment %} The whole of the pending import, carried by the page that asks about it: an import abandoned here leaves nothing behind to expire, and a second tab cannot answer for this one. {% endcomment %} {% for clash in clashes %} {% endfor %}
Name Stored now In the file Description in the file
{{ clash.name }} {{ clash.stored }} {{ clash.incoming }} {{ clash.description }}
{% endblock main %}