{% if title %}
{{ title|safe }}
{% endif %}
{% if left_arc_img or left_label %}
{% if left_arc_img %}{% endif %} {% if left_label %}
{{ left_label|safe }}
{% endif %}
{% endif %}
{% for item in items %}
{% if arrow_img %}
{% endif %}
{{ item.text }}
{% endfor %}