Write NFC Tag
{% for spool in spools|reverse %}
-
{{spool['id']}}: {{spool['filament']['vendor']['name']}} - {{spool['filament']['material']}} - {{spool['filament']['name']}}
{% if spool['extra'] and nfc_id and spool['extra']['nfc_id'] == '"' + nfc_id + '"' %}
(current spool from NFC-ID)
{% endif %}
{% if spool['id'] == spool_id %}
(current spool-id)
{% endif %}
{% endfor %}