{% load static %}
{% if error %}
error Error loading documentation

{{ error }}

{% elif commands_by_module %} {% for app_key, app in commands_by_module.items %}

description
{{ app.display_name }} {{ app.commands|length }}

expand_more
{% endfor %}
folder {{ total_modules }} module{{ total_modules|pluralize }}
terminal {{ total_commands }} command{{ total_commands|pluralize }}
{% else %}
inbox

No Commands Found

No Django-CFG management commands available.

{% endif %}