{% extends "base.html" %} {% load i18n %} {% block title %}{% blocktrans with team_object.lp_name as teamname %}{{teamname}} Events List{% endblocktrans %}{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

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

{% trans "Go back to team details" %} {% 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 curently no Events for LoCo Team {{teamname}} :({% endblocktrans %}

{% endif %}
{% endblock %}