{% extends "base.html" %} {% load widget_tweaks %} {% load i18n %} {% block title %}Settings{% endblock %} {% block content %}
| Key | Value | Actions |
|---|---|---|
{{ setting.key }}
|
{{ setting.value|truncatechars:50 }} |
{% if search_query %} No settings match your search criteria "{{ search_query }}". {% else %} Get started by creating your first setting. {% endif %}
Create Setting