{% 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:", " }}