{# @var interactions_guide array #}

Interactions et exemples de points

Rappels chiffrés alignés sur le calcul en base. Les points buteur et les points prono suivent des règles distinctes.

{{ interactions_guide.pipeline.title }}

{{ interactions_guide.pipeline.intro }}

{% include 'competition/_joker_guide_table.html.twig' with { table: interactions_guide.pipeline.table, caption: null, } only %}

{{ interactions_guide.cross_matrix.title }}

{{ interactions_guide.cross_matrix.intro }}

{% include 'competition/_joker_guide_table.html.twig' with { table: interactions_guide.cross_matrix.table, caption: null, } only %}
{% for section in interactions_guide.jokers %}

{{ section.title }}

{{ section.intro }}

{% for table in section.tables %} {% include 'competition/_joker_guide_table.html.twig' with { table: table, caption: table.caption, } only %} {% endfor %} {% if section.notes is not empty %}
    {% for note in section.notes %}
  • {{ note }}
  • {% endfor %}
{% endif %}
{% endfor %}