{% from 'components/session_nav.html' import render_session_nav %}
{{ project.team_names[0] }}{% else %}Teams ({{ project.team_names|length }}):
{%- for team in project.team_names %} {{ team }}{%- if not loop.last %},{% endif %}{%- endfor %}
{% endif %}