{% extends 'base.html' %} {% load i18n staticfiles tz stats %} {% block title %}{{ squad.name }} / {{ block.super }}{% endblock title %} {% block nav_tabs %} {% include 'inline/squad_tabs.html' %} {% endblock nav_tabs %} {% block content %}
{{ squad.name }} ({{ squad.tag }})
{% if squad.coal_pref == 1 %} {{ COAL_1_NAME }}
{% trans 'favorite coalition' %}: {{ COAL_1_NAME }}
{% elif squad.coal_pref == 2 %} {{ COAL_2_NAME }}
{% trans 'favorite coalition' %}: {{ COAL_2_NAME }}
{% else %} {% trans 'No' context 'favorite_coalition' %}
{% trans 'favorite coalition' %}: {% trans 'No' context 'favorite_coalition' %}
{% endif %}
{% if squad.profile.website %} {% endif %} {{ squad.profile.about }}
{% if squad.profile.logo %} {% endif %}
{% if pilots %} {% endif %}
{% endblock content %} {% block bottom %} {{ block.super }} {% endblock bottom %}