{% extends 'common/list-base.html.twig' %} {% block metaTitle %}Jeux - Liste des jeux{% endblock %} {% block body %} {% include 'embed/breadcrumb/breadcrumb.html.twig' with {'items': {'home': {'active': false, 'path': 'homepage', 'label': 'Kollect'}, 'games': {'active': true, 'path': '', 'label': 'Jeux'} }} %}
Nom | Plateforme | Disponibilité | Actions |
---|---|---|---|
Nom | |||
{{ game.name }} | {{ game.platform.name }} | {% if game.isPreOrder is same as (true) %} {{ include('embed/badges/preorder.html.twig') }} {% else %} {{ include('embed/badges/available.html.twig') }} {% endif %} | {% include 'embed/svg/edit.html.twig' %} {% include 'embed/svg/delete.html.twig' %} |
Nom | Plateforme |