{% extends "base.html" %} {% block stylesheets %} {% endblock %} {% block content %}
Team | Website | Affiliation | Country |
{% if hide_scores() %} {{ team.name }} {% else %} {{ team.name }} {% endif %} | {% if team.website and (team.website.startswith('http://') or team.website.startswith('https://')) %}{{ team.website }}{% endif %} | {% if team.affiliation %}{{ team.affiliation }}{% endif %} | {% if team.country %}{{ team.country }}{% endif %} |