{% extends "nexus/base.html" %} {% load i18n %} {% block heading %} {% trans "Dashboard" %} {% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% for title, content, link in module_set %}
{{ title }} {% if link %} More › {% endif %}
{{ content }}
{% empty %}

We did not detect any Nexus dashboard modules.

{% endfor %}
{% endblock %}