{# @var country \App\Entity\Country|null #} {# lightbox: bool — drapeau cliquable (lightbox) si image disponible #} {% if country is defined and country %} {% set d = country.drapeauPublicPath %} {% if d %} {% set src = (d starts with 'http://' or d starts with 'https://') ? d : asset(d) %} {% if lightbox|default(false) %} {% include 'shared/_lpf_lightbox_trigger.html.twig' with { src: src, title: country.nom, alt: country.nom, img_class: img_classes|default(''), btn_class: 'lpf-lightbox-trigger match-live-score-flag-btn ' ~ (lightbox_btn_class|default('')), } only %} {% else %} {{ country.nom }} {% endif %} {% else %} {{ country.nom|first|upper }} {% endif %} {% else %} - {% endif %}