{% load i18n djangocms_modules_tags sekizai_tags %} {% get_module_categories as module_categories %} {% for category in module_categories %}
{% for module in category.get_non_empty_modules %} {% endfor %} {% endfor %} {% regroup plugin_menu by module as module_list %} {% for module in module_list %} {% for p in module.list %} {% if p.value != 'AliasPlugin' and p.value != 'PlaceholderPlugin' and p.value != 'Module' %} {% endif %} {% endfor %} {% endfor %}