{% macro player_card(player, buteur_pick, can_pick) %} {% set photo = player.photoPublicPath %} {% set photo_url = photo ? ((photo starts with 'http://' or photo starts with 'https://') ? photo : asset(photo)) : '' %} {% set is_selected = buteur_pick.current_id is not null and buteur_pick.current_id == player.id %}