{% regroup commands|dictsort:"module" by module as commands_by_module %} {% for module, module_commands in commands_by_module %}

{{ module }}

{% for command in module_commands %}
{{ command.command }}
{% endfor %} {% endfor %}