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

{% trans team.name %}

{% if team.country %} {% trans team.country %}{% if team.spr %}, {% trans team.spr %}{% endif %}{% if team.city %}, {% trans team.city %}{% endif %} {% else %} None Specified {% endif %}
{{ team.owner }}
{{ team.approved_date }}
{{ team.expires_date }}
{% for admin in team.admins.all %} {{ admin.lpid }}, {% 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 %}
{% endblock %}