{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}labels{% endblock label %} {% block heading %} {% trans "Label Settings" %} {% endblock heading %} {% block content %} {% include "InvenTree/settings/setting.html" with key="LABEL_ENABLE" icon='fa-toggle-on' %} {% include "InvenTree/settings/setting.html" with key="LABEL_DPI" icon='fa-toggle-on' %}
{% endblock content %}