import better

This commit is contained in:
Priec
2026-08-15 22:53:19 +02:00
parent 08f25efb67
commit 4945f35ab3
8 changed files with 195 additions and 10 deletions

View File

@@ -28,6 +28,11 @@
</label>
<label class="wide">{{ nav.tr("import-csv-data") }}<textarea id="csv-data" name="csv_data" rows="14" required>{{ page.form.csv_data }}</textarea></label>
</div>
<label class="check">
<input type="checkbox" name="import_system_columns" value="true"{% if page.form.import_system_columns() %} checked{% endif %}>
{{ nav.tr("import-system-columns") }}
</label>
<small>{{ nav.tr("import-system-columns-hint") }}</small>
{%- if let Some(changed) = changed %}
<p class="hint" role="status">{% if changed %}{{ nav.tr("import-normalized-message") }}{% else %}{{ nav.tr("import-normalized-unchanged") }}{% endif %}</p>
{%- endif %}