{% load static %} {% load i18n %} {% trans "Bulk print QR" %} — {{ qr_template.name }}
{% if skipped %}
{% blocktrans count counter=skipped|length %} {{ counter }} object could not be rendered with this template and was skipped: {% plural %} {{ counter }} objects could not be rendered with this template and were skipped: {% endblocktrans %} {{ skipped|join:", " }}
{% endif %}
{% for body_html in labels %}
{{ body_html|safe }}
{% endfor %}