{% import "helpers.html.twig" as helpers %} {% extends 'statistics/structure.html.twig' %} {% block pageContent %}

{{ tournament.nameAr }}

{% if groupRanking is defined or ranking is defined %}
{{ '_MATCHES_'|trans }} {{ '_RANKING_'|trans }}
{% endif %}
{{ include('statistics/competitions/groupedCompetitionMatches.html.twig') }}
{% if groupRanking is defined %} {% include 'statistics/groupRanking.html.twig' %} {% elseif ranking is defined %} {% include 'statistics/ranking.html.twig' %} {% endif %}
{% endblock %}