{% load i18n %} {# Rack elevations #} {# Power feeds #} {# IPAM #} {# Security #} {# Banners #} {# Pagination #} {# Validation #} {% if config.CUSTOM_VALIDATORS %} {% else %} {% endif %} {% if config.PROTECTION_RULES %} {% else %} {% endif %} {# User Preferences #} {% if config.DEFAULT_USER_PREFERENCES %} {% else %} {% endif %} {# Miscellaneous #}
{% trans "Rack elevations" %}
{% trans "Default unit height" %} {{ config.RACK_ELEVATION_DEFAULT_UNIT_HEIGHT }}
{% trans "Default unit width" %} {{ config.RACK_ELEVATION_DEFAULT_UNIT_WIDTH }}
{% trans "Power feeds" %}
{% trans "Default voltage" %} {{ config.POWERFEED_DEFAULT_VOLTAGE }}
{% trans "Default amperage" %} {{ config.POWERFEED_DEFAULT_AMPERAGE }}
{% trans "Default max utilization" %} {{ config.POWERFEED_DEFAULT_MAX_UTILIZATION }}
{% trans "IPAM" %}
{% trans "Enforce global unique" %} {% checkmark config.ENFORCE_GLOBAL_UNIQUE %}
{% trans "Prefer IPv4" %} {% checkmark config.PREFER_IPV4 %}
{% trans "Security" %}
{% trans "Allowed URL schemes" %} {{ config.ALLOWED_URL_SCHEMES|join:", "|placeholder }}
{% trans "Banners" %}
{% trans "Login banner" %} {{ config.BANNER_LOGIN|placeholder }}
{% trans "Maintenance banner" %} {{ config.BANNER_MAINTENANCE|placeholder }}
{% trans "Top banner" %} {{ config.BANNER_TOP|placeholder }}
{% trans "Bottom banner" %} {{ config.BANNER_BOTTOM|placeholder }}
{% trans "Pagination" %}
{% trans "Paginate count" %} {{ config.PAGINATE_COUNT }}
{% trans "Max page size" %} {{ config.MAX_PAGE_SIZE }}
{% trans "Validation" %}
{% trans "Custom validators" %}
{{ config.CUSTOM_VALIDATORS }}
{{ ''|placeholder }}
{% trans "Protection rules" %}
{{ config.PROTECTION_RULES|json }}
{{ ''|placeholder }}
{% trans "User preferences" %}
{% trans "Default preferences" %}
{{ config.DEFAULT_USER_PREFERENCES|json }}
{{ ''|placeholder }}
{% trans "Miscellaneous" %}
{% trans "Maintenance mode" %} {% checkmark config.MAINTENANCE_MODE %}
{% trans "GraphQL enabled" %} {% checkmark config.GRAPHQL_ENABLED %}
{% trans "Changelog retention" %} {{ config.CHANGELOG_RETENTION }}
{% trans "Job retention" %} {{ config.JOB_RETENTION }}
{% trans "Maps URL" %} {{ config.MAPS_URL }}