{% extends "pagetemplate.j2.html" %} {% block body %}

Modules

Modules
{% for module in modules %}
{% if module.error %}
{{ module.error }}
{% else %} {{ module.name }} {% if module.external_location %} ({{ module.external_location }}) {% endif %} {% endif %}
{{ module.description }}
{% endfor %}
{% endblock %}