{% extends 'statistics/structure.html.twig' %} {% block pageContent %} {% if not sessions is empty %}

{{ competition.name }}

{#
#} {#{{ '_CIRCUIT_'|trans }}#} {#{{ competition.getCompetitionCircuit() }}#} {#
#}
{#{{ '_SEASONS'|trans }}#}
{#{{ '_SESSION_'|trans }}#}
{% for session in sessions %} {% if (currentSession is defined and currentSession != session.session_id) or i > 0%}
{% else %}

{{ '_NO_COMP_INFO_'|trans }}

{% endif %} {% endblock %}