import improvements3

This commit is contained in:
Priec
2026-08-17 15:37:47 +02:00
parent 71807f9a6d
commit fa24cf0975
8 changed files with 108 additions and 37 deletions

View File

@@ -120,8 +120,8 @@
<dd>{% if step.ignored.is_empty() %}<span class="hint"></span>{% else %}{{ step.ignored|join(", ") }}{% endif %}</dd>
</div>
<div>
<dt>{{ nav.tr("import-summary-omitted") }}</dt>
<dd>{% if step.omitted.is_empty() %}<span class="hint"></span>{% else %}{{ step.omitted|join(", ") }}{% endif %}</dd>
<dt>{{ nav.tr("import-summary-empty") }}</dt>
<dd>{% if step.empty.is_empty() %}<span class="hint"></span>{% else %}{{ step.empty|join(", ") }}{% endif %}</dd>
</div>
</dl>
{% if !step.missing_required.is_empty() %}