{% extends "base.html" %} {% block content %}
{{ _("A file's columns are matched to fields by name, so an export of this model can be edited and uploaded back.") }}
{{ error }}
| {{ _("Line") }} | {{ _("Column") }} | {{ _("Value") }} | {{ _("Problem") }} |
|---|---|---|---|
| {{ problem.line }} | {{ problem.column }} | {{ problem.value or EMPTY }} | {{ problem.message }} |
{{ _("and {count} more.", count=plan.errors|length - 100) }}
{% endif %}{{ _("{new} rows would be created and {existing} updated. Nothing has been written.", new=plan.creates, existing=plan.updates) }}
{{ _("Any column not listed here is ignored, and any of these may be left out.") }}
{# The same control the list's export offers, because it is the same three formats and the same choice -- a menu there and a row of buttons here would be two spellings of one idea. Hidden on arrival and unfolded by a stylesheet rule without script, exactly as that one is. #}