{% extends 'base.html' %} {% load i18n %} {% block content %}
{% blocktrans count modules|length as counter %}The following component is being installed{% plural %}The following components are being installed{% endblocktrans %} : {% for m in modules %} {{ m.name }}{% if not forloop.last %},{% endif %} {% endfor %}
{% trans "Please wait..." %}