{% blocktrans with team_object.name as teamname %}{{teamname}} Events History{% 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 with team_object.lp_name as teamname %}There are no past events for LoCo Team {{teamname}} :({% endblocktrans %}

{% endif %}