{% extends 'generic/object.html' %} {% load helpers %} {% load i18n %} {% block content %}
{% trans "QR Size Preset" %}
{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Width (mm)" %} {{ object.width_mm }}
{% trans "Height (mm)" %} {{ object.height_mm }}
{% endblock %}