{% include '_header_controls.html' %}

{{ _('🧵 Patch-Bilder') }}

{{ _('Grafiken für die Patches auf der virtuellen Kutte verwalten.') }}

{% set admin_section = 'patches' %}{% include '_admin_nav.html' %}
{% for group in patch_groups %}
{{ group.label | t }} · {{ group.patches|length }}
{% for patch in group.patches %}
{% if patch.image_path %}{{ patch.name | t }}{% else %}
{{ patch.icon }}
{% endif %}
{{ patch.name | t }}
{{ patch.description | t }} · {{ patch.code }}
{{ _('Das Bild wird vor dem Upload automatisch optimiert.') }}
{% if patch.image_path %}
{% endif %}
{% endfor %}
{% endfor %}