{% extends "view.html" %} {% block modules_sidebar %} {% with revision.modules.all as modules %}

Modules{% if modules %} ({{ modules|length }}){% endif %}

{% endwith %} {% endblock %} {% block app_content %}
{% comment %}
{{ revision.get_full_rendered_description|safe }}
{% endcomment %} {% with revision.get_main_module as module %} {% include "_module_code_textarea.html" %} {% endwith %} {% for module in revision.modules.all %}{% if module.filename != revision.module_main %} {% include "_module_code_textarea.html" %} {% endif %}{% endfor %}
{% endblock %}