{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}reporting{% endblock %} {% block heading %} {% trans "Report Settings" %} {% endblock %} {% block content %} {% include "InvenTree/settings/setting.html" with key="REPORT_ENABLE" icon="file-pdf" %} {% include "InvenTree/settings/setting.html" with key="REPORT_DEFAULT_PAGE_SIZE" icon="fa-print" %} {% include "InvenTree/settings/setting.html" with key="REPORT_DEBUG_MODE" icon="fa-laptop-code" %} {% include "InvenTree/settings/setting.html" with key="REPORT_ENABLE_TEST_REPORT" icon="fa-vial" %}
{% endblock %}