{% for tab in strip %}
  • {% if tab.icon %}{% endif %}{{ tab.label }} {% if tab.count is not None %}{{ tab.count }}{% endif %}
  • {% endfor %}