{% for dashboard in dashboards %}
  • {% if dashboard.id == active %} {% else %} {% endif %} {{ dashboard.name }}
  • {% endfor %}