{% load grp_tags i18n %} {% if not module.is_empty %} {% if dashboard.app_title %} {% else %} {% endif %} {% if module.title %} {% if module|classname:"group" %}

{{ module.title }}

{% else %} {{ module.title }} {% endif %} {% endif %} {% if module.pre_content %}{{ module.pre_content|safe }}{% endif %} {% block module_content %} {% for child in module.children %} {{ child }} {% endfor %} {% endblock %} {% if module.post_content %}{{ module.post_content|safe }}{% endif %} {% endif %}