{% extends 'base.html' %} {% load static %} {% block title %}System Settings{% endblock %} {% block content %}
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 |