{% 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 %}
{# TODO: need to know in what dom we wrap the pre_content/post_content #}
{# if module.pre_content %}{{ module.pre_content }}{% endif #}
{% block module_content %}
{% for child in module.children %}
{{ child }}
{% endfor %}
{% endblock %}
{# TODO: need to know in what dom we wrap the pre_content/post_content #}
{# if module.post_content %}{{ module.post_content }}{% endif #}