{% extends 'core/wide_base.html' %} {% load i18n %} {% block wide_content %}

Project Graph: {{ project.project_name }}

{% for section in graph %}
{{ section.name }}
{% for module in section.included %}
{{ module.name }}
{% endfor %}
{% if section.addable_list %} {% else %}
+
{% endif %}
{% if not forloop.last %}
{% endif %} {% endfor %}
{% endblock %}