{{ team.name }} {% comment %} {# #} {# #} {% endcomment %}


{% trans "Meetings" %} {% trans "+ new meeting" %}
    {% if team.teammeeting_set.next_3_meetings %} {% for team_event in team.teammeeting_set.next_3_meetings %} {% include 'meetings/team_meeting_li.inc.html' %} {% endfor %} {% else %}
  • {% trans "There are no schedules meetings for this team" %}
  • {% endif %}
{% trans "Events" %} {% trans "+ new event" %}
    {% if team.teamevent_set.next_3_events %} {% for team_event in team.teamevent_set.next_3_events %} {% include 'events/team_event_li.inc.html' %} {% endfor %} {% else %}
  • {% trans "There are no schedules events for this team" %}
  • {% endif %}
{% if team.microbloghashtag %}
{% else %} {% if team.flickr_id %} {# or team.picasa_id or team.pixie_id %}#}
{% endif %} {% endif %}