{% extends "cabinet/base.html" %} {% block content %}

Module

{{ module.label }}

{% if widgets %}
{% for widget in widgets %} {% include "cabinet/includes/widget_frame.html" %} {% endfor %}
{% else %}
This module has no dashboard widgets yet.
{% endif %} {% endblock %}