{% for item in items %}
  1. {% if item.href and not item.active %} {{ item.label }} {% else %} {{ item.label }} {% endif %}
  2. {% endfor %}