{% extends "base.html" %} {% load i18n teams_tags %} {% block page_name %}{% trans team.name %}{% endblock %} {% block page_banner %} {% endblock %} {% block sub_nav_links %}
  • {% trans "Back to Teams List" %}
  • {% if is_member %}{% else %}
  • {% trans "Join This Team!" %}
  • {% endif %} {% if is_admin %}
  • {% trans "Edit Details" %}
  • {% endif %} {% if is_admin and not team.active %}
  • {% trans "Merge team" %}
  • {% endif %} {% if is_member %}
  • {% trans "Add New Event" %}
  • {% endif %} {% if is_member %}
  • {% trans "Add New Meeting" %}
  • {% endif %} {% endblock %} {% block extrahead %}{{ block.super }} {% if team.flickr_id or team.picasa_id or team.pixie_id %} {% endif %} {% if team.flickr_id %} {% endif %} {% if team.picasa_id %} {% endif %} {% if team.pixie_id %} {% endif %} {% if team.flickr_id or team.picasa_id or team.pixie_id %} {% endif %} {% endblock %} {% block content %}

    {{ team.name }}

    {% if team.approved_date %} {% endif %} {% if team.approved %} {% endif %}
    {% trans "Location:" %} {% if team.countries.all %} {% for country in team.countries.all %}{% if not forloop.first %}, {% endif %}{{ country.name }}{% endfor %}{% if team.spr %}, {% trans team.spr %}{% endif %}{% if team.city %}, {% trans team.city %}{% endif %} {% else %} {% trans "None Specified" %} {% endif %}
    {% trans "Languages:" %} {% if team.languages.all %} {% for language in team.languages.all %}{% if not forloop.first %}, {% endif %}{{ language.name }}{% endfor %} {% else %} {% trans "None Specified" %} {% endif %}
    {% trans "Approval Date:" %} {{ team.approved_date }}
    {% trans "Reapproval Date:" %} {{ team.expires_date }}
    {% trans "Local Support:" %} {% if team.provides_support %}Yes{% else %}No{% endif %}
    {% trans "Team Admin(s):" %} {% for admin in team.admin_profiles.all %} {% ifequal team.owner admin.user.username %} {{ admin.realname }} {% else %} {{ admin.realname }}{% endifequal %}{% if not forloop.last %},{% endif %} {% endfor %}
    {% trans "Team Contact(s):" %} {% if team.contact_profiles.all %} {% for contact in team.contact_profiles.all %} {{ contact.realname }}{% if not forloop.last %},{% endif %} {% endfor %} {% else %}

    {% trans "No LoCo Team contacts are set." %}

    {% endif %}
    {% trans "Resources:" %} {% if team.wiki_url %} {% trans {% endif %} {% if team.irc_chan %} {% trans {% endif %} {% if team.ml_url %} {% trans {% endif %} {% if team.forum_url %} {% trans {% endif %} {% if team.web_url %} {% trans {% endif %}
    {% trans "Upcoming Events:" %} {% if team.next_5_events_and_meetings %}
      {% for team_event in team.next_5_events_and_meetings %} {% include team_event.template %} {% endfor %}
    {% else %} {% trans "None Specified" %} {% endif %}
    {% if team.microbloghashtag %}

    {% trans "Microblogging" %} #{{team.microbloghashtag}}

    {% endif %}
    {% if team.irc_chan %}
    {% if user.is_authenticated %} {% else %} {% endif %}
    {% endif %} {% if team.flickr_id or team.picasa_id or team.pixie_id %}
    {% with team.name as team_name %}

    {% blocktrans %}Photos from {{ team_name }}{% endblocktrans %}

    {% endwith %}
    {% endif %} {% endblock %}