{% extends "team/base.html.twig" %}
{% block title %}
{% if team is not empty %}{{ team.effectiveName }} - {% endif %}{{ parent() }}
{% endblock %}
{% block content %}
{% if team is not empty %}
{{ team.effectiveName }}
{% endif %}
{% include 'partials/team.html.twig' %}
{% endblock %}