{% blocktrans with team_object.name as teamname %}{{teamname}} Events List{% endblocktrans %}

{% if team_event_list %}

{% trans "Select a team event below to see more information about it:" %}

{% include "events/team_event_list.inc.html" %} {% else %}

{% blocktrans %}There are currently no events for this team.{% endblocktrans %}

{% endif %}