{% extends "base.html" %} {% load i18n %} {% block title %}{% trans team.name %}{% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{% trans 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.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 %}
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
||
{% 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 %} |