{% extends "InvenTree/settings/settings.html" %} {% load i18n %} {% load inventree_extras %} {% block tabs %} {% include "InvenTree/settings/tabs.html" with tab='theme' %} {% endblock %} {% block subtitle %} {% trans "Theme Settings" %} {% endblock %} {% block settings %}

{% trans "Color Themes" %}

{% csrf_token %} {% load crispy_forms_tags %} {% crispy form %}
{% if invalid_color_theme %} {% endif %} {% endblock %}