{# @var badges_collection array #}

Ma collection

{% if badges_collection.designPreview %} Aperçu design — catalogue complet (admin). {% else %} Badges débloqués et emplacements restants à conquérir. {% endif %}

{% if badges_collection.designPreview %} Preview design {% endif %}
{% include 'account/_badges_collection_scope.html.twig' with { title: 'Joueur', scope: badges_collection.player, scope_key: 'player', design_preview: badges_collection.designPreview, } only %} {% if team %} {% include 'account/_badges_collection_scope.html.twig' with { title: 'Équipe', scope: badges_collection.team, scope_key: 'team', design_preview: badges_collection.designPreview, } only %} {% endif %}