{% extends "base.html" %} {% block content %} Print a label Label type Text Markdown QR code Barcode PNG image PDF Text # Heading, ## Subheading, * bullet, **bold** Data / URL Caption (optional) Font size (px, blank = auto-fit) Auto-fit fill (grow to fill label) width (keep line breaks) Barcode type Code 128 EAN-13 EAN-8 Code 39 UPC-A Interleaved 2 of 5 QR error correction L (7%) M (15%) Q (25%) H (30%) File Scale to label fit — whole image inside the label (may leave margins) fill — cover the label (crops overflow) stretch — exact label size (ignores aspect ratio) original — keep image's own size Page (index or "all") Label profile {% for p in profiles %} {{ p.name }} — {{ p.width_mm }}×{{ p.height_mm }} mm {% endfor %} Width (mm) Height (mm) DPI Copies Print Preview working… Preview Press “Preview” to render the label. {% if homebox_enabled %} Homebox Loading Homebox… {% endif %} Status Loading status… Recent jobs Loading jobs… {% endblock %}