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

{% if team_meeting_list %}
{% trans "Select a team meeting below to see more information about it:" %}
{% include "meetings/team_meeting_list.inc.html" %} {% else %}{% blocktrans with team_object.lp_name as teamname %}There are currently no meetings for {{teamname}} :({% endblocktrans %}
{% endif %}