{# django-mcadmin #} {# mcadmin/templates/mcadmin/includes/content.html #} {% load i18n %}
{% for group, commands in COMMANDS.items %} {% include "mcadmin/includes/group.html" %} {% empty %}

{% trans "There Are No Commands You Are Looking For." %}

{% endfor %}