{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}project-codes{% endblock label %} {% block heading %}{% trans "Project Code Settings" %}{% endblock heading %} {% block content %} {% include "InvenTree/settings/setting.html" with key="PROJECT_CODES_ENABLED" icon='fa-toggle-on' %}

{% trans "Project Codes" %}

{% include "spacer.html" %}
{% endblock content %}