{% extends "base.html" %}
{% load i18n teams_tags %}
{% block page_name %}{% trans team.name %}{% endblock %}
{% block page_banner %}
{% endblock %}
{% block sub_nav_links %}
{% 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 "Upcoming Events:" %} |
|