{{ user.display_name }}

🧵 Patch-Bilder

Grafiken für die Patches auf der virtuellen Kutte verwalten.

{% set admin_section = 'patches' %}{% include '_admin_nav.html' %}
{% for patch in patches %}
{% if patch.image_path %}{{ patch.name }}{% else %}
{{ patch.icon }}
{% endif %}
{{ patch.name }}
{{ patch.description }} · {{ patch.code }}
Das Bild wird vor dem Upload automatisch optimiert.
{% if patch.image_path %}
{% endif %}
{% endfor %}