{{ text_navigation }}
    {% set i = 0 %} {% for menu in menus %}
  • {% if menu.href %} {{ menu.name }}{% else %} {{ menu.name }}{% endif %} {% if menu.children %}
      {% set j = 0 %} {% for children_1 in menu.children %}
    • {% if children_1.href %} {{ children_1.name }} {% else %} {{ children_1.name }} {% endif %} {% if children_1.children %}
        {% set k = 0 %} {% for children_2 in children_1.children %}
      • {% if children_2.href %} {{ children_2.name }} {% else %} {{ children_2.name }} {% endif %} {% if children_2.children %}
          {% for children_3 in children_2.children %}
        • {{ children_3.name }}
        • {% endfor %}
        {% endif %}
      • {% set k = k + 1 %} {% endfor %}
      {% endif %}
    • {% set j = j + 1 %} {% endfor %}
    {% endif %}
  • {% set i = i + 1 %} {% endfor %}
  • {{ text_complete_status }} {{ complete_status }}%
    {{ complete_status }}%
  • {{ text_processing_status }} {{ processing_status }}%
    {{ processing_status }}%
  • {{ text_other_status }} {{ other_status }}%
    {{ other_status }}%