{% extends 'layout.html' %} {% block content %} {% csrf_token %}
Add Command
{% for command in commands %} {% endfor %}
Command Texts Permission Active
{{ command.command }} {{ command.text }} {{ command.get_permissions_display }}
{% endblock %}