{% load i18n %} {% if module.error %} {% elif module.children.is_empty %} {% else %} {{module.organization}} {% with hints=module.children %}
{% for key, verbose_name, hint_list in hints.get_items %}

{{verbose_name}}

{% endfor %}
{% endwith %} {% endif %}