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