{% extends "main.html" %} {% block content %} {% load django_bootstrap5 %} {% bootstrap_css %} {% bootstrap_javascript %}
Create new config
{% csrf_token %} {% bootstrap_form form %}
Existing configs
{% for cfg in cfgs %} {% endfor %}
NameActions
{% csrf_token %} edit
{% csrf_token %} Edit
{% csrf_token %}
{% csrf_token %}
{% endblock %}