{% extends "nexus/module.html" %} {% load gutter_helpers %} {% block head %} {{ block.super }} {% endblock %} {% block content %}
{% for kind, notice in notices.items %}

{{ notice }}

{% endfor %} {% endblock %}