{% extends 'base.html' %} {% load static %} {% block title %}System Settings{% endblock %} {% block content %}

All Settings

Add Setting
Filter by Category:
All {% for category, label in categories %} {{ label }} {% endfor %}
{% for setting in settings %} {% empty %} {% endfor %}
Category Key Value Description Status Actions
{{ setting.get_category_display }} {{ setting.key }} {% if setting.is_sensitive %} •••••••• {% else %} {{ setting.value|truncatechars:30 }} {% endif %} {{ setting.description|truncatechars:50 }} {% if setting.is_required %} Required {% endif %} {% if setting.is_sensitive %} Protected {% endif %}

No settings found

Add First Setting
{% if is_paginated %} {% endif %}
{% endblock %}