conversions web4

This commit is contained in:
Filipriec
2026-08-24 10:36:13 +02:00
parent fbe05feed2
commit 6784969081
11 changed files with 92 additions and 227 deletions

View File

@@ -1,8 +1,6 @@
<section class="panel">
<h2>
{{ nav.tr("ecb-import-attempts") }} <span class="count">{{ page.batches.len() }}</span>
{%- if page.failure_count() > 0 %}<span class="tag tag-bad">{{ page.failed_count_label() }}</span>{% endif -%}
</h2>
<details class="panel">
<summary><strong>{{ nav.tr("ecb-technical-history") }}</strong> <span class="count">{{ page.batches.len() }}</span></summary>
<p class="hint">{{ nav.tr("ecb-technical-history-hint") }}</p>
{% if page.batches.is_empty() %}
<p class="hint">{{ nav.tr("ecb-no-attempts-hint") }}</p>
{% else %}
@@ -55,4 +53,4 @@
</div>
<p class="hint">{{ nav.tr("ecb-audit-hint") }}</p>
{% endif %}
</section>
</details>