{% extends "InvenTree/settings/settings.html" %} {% load i18n %} {% load inventree_extras %} {% block tabs %} {% include "InvenTree/settings/tabs.html" with tab='report' %} {% endblock %} {% block subtitle %} {% trans "Report Settings" %} {% endblock %} {% block settings %} {% include "InvenTree/settings/header.html" %} {% include "InvenTree/settings/setting.html" with key="REPORT_DEFAULT_PAGE_SIZE" %} {% include "InvenTree/settings/setting.html" with key="REPORT_DEBUG_MODE" %} {% include "InvenTree/settings/setting.html" with key="REPORT_ENABLE_TEST_REPORT" %}
{% endblock %}