conversions web4
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user