{% extends "core/base_simple_print.html" %} {% load i18n %} {% block size %} {% with width=SITE_PREFERENCES.plank__label_width height=SITE_PREFERENCES.plank__label_height %} {{ block.super }} {% endwith %} {% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% for item in items %} {{ item.get_qr_code|safe }} {% if item.barcode %}{{ item.barcode }}{% endif %} {% if item.name %}{{ item.name }}{% endif %} {% if item.item_type %}{{ item.item_type.name }}{% endif %} {% endfor %} {% endblock %}