{% extends "base.html" %} {% block title %}Create Template{% endblock %} {% block head %} {% endblock %} {% block content %}

Template Settings

Set the dimensions and retrieve database headers for the label template:

Dimensions


Add Fields

.big-card { box-shadow: 0 4px 12px rgba(0,0,0,0.12); border-radius: 10px; padding: 30px 24px; min-height: 600px; background: #f5faff; } .small-card { box-shadow: 0 2px 6px rgba(0,0,0,0.10); border-radius: 10px; padding: 18px 12px; min-height: 300px; background: #fff; }

Get Database Headers

Retrieve column names from a selected database table:


Interactive Label Preview

Drag and drop fields to design your label:

{% endblock %}