{% extends "label/label_base.html" %} {% load barcode %} {% block style %} .qr { position: fixed; left: 0mm; top: 0mm; height: {{ height }}mm; width: {{ height }}mm; } {% endblock %} {% block content %} {% endblock %}