{% load i18n %} {% if module_error %} {% endif %} {% for module in modules %} {% with template_name=module.0|add:'/partial/select_module.html' existing=module.1 %} {% include template_name %} {% endwith %} {% empty %}

{% trans "No modules found." %}

{% endfor %}