{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}user-reports{% endblock label %} {% block heading %} {% trans "Report Settings" %} {% endblock heading %} {% block content %}
{% include "InvenTree/settings/setting.html" with key="REPORT_INLINE" icon='fa-file-pdf' user_setting=True %} {% include "InvenTree/settings/setting.html" with key="LABEL_INLINE" icon='fa-tag' user_setting=True %} {% include "InvenTree/settings/setting.html" with key="LABEL_DEFAULT_PRINTER" icon='fa-tag' user_setting=True %}
{% endblock content %}