{{ postEvent('Template.topBar')|raw }}

{{ 'Installation_InstallationStatus'|translate }} {{ percentDone }}%

    {% for stepId,stepName in allStepsTitle %} {% if currentStepId > stepId %} {% set stepClass = 'disabled' %} {% elseif currentStepId == stepId %} {% set stepClass = 'active' %} {% else %} {% set stepClass = '' %} {% endif %}
  • {{ stepId + 1 }}. {{ stepName|translate }}
  • {% endfor %}
{% set nextButton %}

{{ 'General_Next'|translate }} »

{% endset %} {% if showNextStepAtTop is defined and showNextStepAtTop %} {{ nextButton }} {% endif %} {% block content %}{% endblock %} {% if showNextStep %} {{ nextButton }} {% endif %}