{% load i18n %}
{% trans "Labels" %}
{% for qr_template in qr_templates %}
{{ qr_template.name }}
{% if show_niimbot_button %} {% endif %}
{% endfor %}
{% if show_niimbot_button %}
{% endif %}