{% extends "panel.html" %} {% load i18n %} {% load inventree_extras %} {% block label %}user-display{% endblock label %} {% block heading %} {% trans "Display Settings" %} {% endblock heading %} {% block content %}
{% include "InvenTree/settings/setting.html" with key="STICKY_HEADER" icon="fa-bars" user_setting=True %} {% include "InvenTree/settings/setting.html" with key="DATE_DISPLAY_FORMAT" icon="fa-calendar-alt" user_setting=True %} {% include "InvenTree/settings/setting.html" with key="FORMS_CLOSE_USING_ESCAPE" icon="fa-window-close" user_setting=True %} {% include "InvenTree/settings/setting.html" with key="PART_SHOW_QUANTITY_IN_FORMS" icon="fa-hashtag" user_setting=True %} {% include "InvenTree/settings/setting.html" with key="DISPLAY_SCHEDULE_TAB" icon="fa-calendar-alt" user_setting=True %} {% include "InvenTree/settings/setting.html" with key="DISPLAY_STOCKTAKE_TAB" icon="fa-clipboard-check" user_setting=True %} {% include "InvenTree/settings/setting.html" with key="TABLE_STRING_MAX_LENGTH" icon="fa-table" user_setting=True %}

{% trans "Theme Settings" %}

{% csrf_token %}

{% trans "Language Settings" %}

{% csrf_token %}

{% trans "Some languages are not complete" %} {% if ALL_LANG %} . {% trans "Show only sufficient" %} {% else %} {% trans "and hidden." %} {% trans "Show them too" %} {% endif %}

{% trans "Help the translation efforts!" %}

{% trans "Native language translation of the web application is community contributed via crowdin. Contributions are welcomed and encouraged." %}

{% trans "InvenTree Translation Project" %}

{% endblock content %}