{% extends "base.html" %} {% load i18n %} {% block title %}{% trans team.name %}{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
 
 
 
 
 
 
 
 
{% if user.is_authenticated %} {% endif %} {% if team.approved_date %} {% endif %} {% if team.approved %} {% endif %}

{{ team.name }}

{% if team.country %} {% trans team.country %}{% if team.spr %}, {% trans team.spr %}{% endif %}{% if team.city %}, {% trans team.city %}{% endif %} {% else %} {% trans "None Specified" %} {% endif %}
{{ team.name }} ({% trans "Join this team!" %})
{{ team.owner }}
{{ team.approved_date }}
{{ team.expires_date }}
{% for admin in team.admins.all %} {{ admin.lpid }}{% if not forloop.last %},{% endif %} {% endfor %}
{% if team.wiki_url %} {% trans {% endif %} {% if team.irc_chan %} {% trans {% endif %} {% if team.ml_url %} {% trans {% endif %} {% if team.email %} {% trans {% endif %} {% if team.forum_url %} {% trans {% endif %} {% if team.web_url %} {% trans {% endif %} {% if team.provides_support %} {% trans {% endif %}
{% if team.teamevent_set.next_5_events %} {% for team_event in team.teamevent_set.next_5_events %} {% comment %}TRANSLATORS: If event has a venue, show: date "in" city{% endcomment %} {{ team_event.name }}{% if not forloop.last %},{% endif %} {% endfor %} ({% trans "Show detailed Event List" %}) {% else %}{% trans "None Specified" %}{% endif %}
{% endblock %}