{% extends "base.html" %} {% load i18n %} {% block title %}{% trans team.name %} | {% trans "Ubuntu LoCo Team Directory" %} {% 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 %} {% endblock %} {% block content %}

{{ team.name }}

{% if team.approved_date %} {% endif %} {% if team.approved %} {% endif %}
{% 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 %}
{% if team.languages.all %} {% for language in team.languages.all %}{% if not forloop.first %}, {% endif %}{{ language.name }}{% endfor %} {% else %} {% trans "None Specified" %} {% endif %}
{{ team.approved_date }}
{{ team.expires_date }}
{% if team.provides_support %}Yes{% else %}No{% endif %}
{% 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 %}
{% 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 %}
{% 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 %}
{% 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.flickr_id or team.picasa_id or team.pixie_id %}

{% trans "Photos from" %} {{ team.name }}

{% endif %} {% if team.microbloghashtag %}

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

{% endif %} {% endblock %} {% block general %} {% if team.irc_chan %}
{% if user.is_authenticated %} {% else %} {% endif %}
{% endif %} {% endblock %}