{% extends "panel.html" %} {% load i18n %} {% block label %}return-order{% endblock label %} {% block heading %} {% trans "Return Order Settings" %} {% endblock heading %} {% block content %} {% include "InvenTree/settings/setting.html" with key="RETURNORDER_ENABLED" icon="fa-check-circle" %} {% include "InvenTree/settings/setting.html" with key="RETURNORDER_REFERENCE_PATTERN" %} {% include "InvenTree/settings/setting.html" with key="RETURNORDER_REQUIRE_RESPONSIBLE" %} {% include "InvenTree/settings/setting.html" with key="RETURNORDER_EDIT_COMPLETED_ORDERS" icon="fa-edit" %}
{% endblock content %}