{# @var team \App\Entity\Team #}
{% if team.logo %} {% set logo_src = (team.logo starts with 'http://' or team.logo starts with 'https://') ? team.logo : asset(team.logo) %} {% include 'shared/_lpf_lightbox_trigger.html.twig' with { src: logo_src, title: team.name, alt: team.name, img_class: 'ranking-team-logo', btn_class: 'lpf-lightbox-trigger ranking-team-logo-btn', } only %} {% else %} {% endif %} {{ team.name }}