{% if team_list %}
{% trans "Your teams" %}
{% for team, project_list in team_list %}
-
{% trans "Loading historical data..." %}
{% endfor %}
{% else %}
{% trans "You are not a member of any teams." %}
{% endif %}
{% endblock %}
{% block content_after %}
{% endblock %}