{# @var stat \App\Dto\CompetitionStat #} {# compact: bool — mobile : label + valeur uniquement #} {% set compact = compact|default(false) %}
{% if not compact %}
{% include 'competition/_stat_visual.html.twig' with { visual_src: stat.visualSrc, visual_alt: stat.visualAlt, visual_kind: stat.visualKind, icon: stat.icon, } %}
{% endif %}
{% if stat.label %}

{{ stat.label }}

{% endif %} {% if stat.value %}

{{ stat.value }}

{% endif %} {% if not compact %} {% if stat.detail %}

{{ stat.detail }}

{% endif %} {% if stat.linkUrl %} {% endif %} {% if stat.footnote %}

{{ stat.footnote }}

{% endif %} {% endif %}