{% if team is empty %}
| Name | {{ team.effectiveName }} |
|---|---|
| Category | {{ team.category.name }} |
| Description | {{ team.publicdescription | nl2br }} |
| Affiliation |
{% set affiliationId = team.affiliation.affilid %}
{% if showExternalId(team.affiliation) %}
{% set affiliationId = team.affiliation.externalid %}
{% endif %}
{% set affiliationLogo = affiliationId | assetPath('affiliation') %}
{% if affiliationLogo %}
|
| Country | {{ team.affiliation.country | countryFlag(true) }} |
| Location | {{ team.location }} |