{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}reporting{% endblock label %} {% block heading %} {% trans "Report Settings" %} {% endblock heading %} {% block content %} {% include "pui_banner.html" with mode='admin' %} {% include "InvenTree/settings/setting.html" with key="REPORT_ENABLE" icon="fa-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_LOG_ERRORS" icon="fa-exclamation-circle" %}
{% endblock content %}