{% extends 'base.html' %} {% load i18n %} {% block content %} {% ifequal mode "run" %} {% endifequal %}
{% blocktrans count modules|length as counter %}The following component will be configured.{% plural %}The following components will be configured.{% endblocktrans %} {% trans "Please wait during the configuration process." %}
{% blocktrans with "«" as lq and "»" as rq %} To run the configuration, click on the {{ lq }}Run configuration{{ rq }} button below. {% endblocktrans %}
{% endifequal %} {% ifequal mode "run" %}{% trans "Configuration in progress..." %}
{% endifequal %} {% for m in modules %} {% endfor %} {% ifequal mode "start" %} {% endifequal %} {% ifequal mode "run" %} {% endifequal %}