{% if route|slice(0, 8) != 'upgrade/' %} {% if route == 'install/step_1' %}
  • {{ text_license }}
  • {% else %}
  • {{ text_license }}
  • {% endif %} {% if route == 'install/step_2' %}
  • {{ text_installation }}
  • {% else %}
  • {{ text_installation }}
  • {% endif %} {% if route == 'install/step_3' %}
  • {{ text_configuration }}
  • {% else %}
  • {{ text_configuration }}
  • {% endif %} {% else %} {% if route == 'upgrade/upgrade' %}
  • {{ text_upgrade }}
  • {% else %}
  • {{ text_upgrade }}
  • {% endif %} {% if route == 'upgrade/upgrade/success' %}
  • {{ text_finished }}
  • {% else %}
  • {{ text_finished }}
  • {% endif %} {% endif %}
    • {% for language in languages %}
    • {% endfor %}