{% 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 %} {{ 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.