{% load custom_tags_and_filters %}

Application settings

{% csrf_token %}
The name of the facility to use in all templates.
The name of the site to use in all templates/headers.


{% if "NEMO.apps.area_access"|app_installed %} {% endif %}

If enabled, you need to add a {% if "django.contrib.admin"|app_installed %} landing page choice {% else %} landing page option {% endif %} with url /consumables/ so users can have a way to get to the page.
{% if "NEMO.apps.kiosk"|app_installed %}
Check this box to allow staff (and users if self-checkout is enabled) to check out consumables/supplies from the kiosk.
{% endif %}
Check this box to collapse consumable categories by default.
{% if "NEMO.apps.area_access"|app_installed or "NEMO.apps.kiosk"|app_installed %} {% if badge_readers %}
The default badge reader to use for the area access and kiosk tablets.
{% endif %}
{% if "NEMO.apps.kiosk"|app_installed and "NEMO.apps.area_access"|app_installed %}
Kiosk button shortcut


This option displays a Kiosk button shortcut on the area access tablet upon successful login and/or on logout when the user is still using tools.
{% endif %} {% if "NEMO.apps.kiosk"|app_installed %}
Kiosk numpad size
{% endif %} {% endif %}
The name of the facility rules tutorial property that appears on user profile pages.
This HTML message will be displayed on the dashboard when the user needs to complete the {{ facility_rules_name }}.

Page title settings

The title of the "Calendar" page and its corresponding link in the navbar.
The title of the "Tool control" page and its corresponding link in the navbar.
The title of the "Status dashboard" page and its corresponding link in the navbar.
The title of the "Requests" page and its corresponding link in the navbar.
The title of the "Safety" page and its corresponding link in the navbar.
{% button type="save" value="Save settings" %}