{% extends 'common/list-base.html.twig' %} {% block metaTitle %}Jeux - Styles de jeux{% endblock %} {% block body %} {% include 'embed/breadcrumb/breadcrumb.html.twig' with {'items': {'home': {'active': false, 'path': 'homepage', 'label': 'Kollect'}, 'game_styles': {'active': true, 'path': '', 'label': 'Styles de jeux'} }} %}
Nom | Nbre de jeu rattachés | Actions |
---|---|---|
{{ gameStyle.name }} | {{ gameStyle.numberOfGames }} | {% include 'embed/svg/edit.html.twig' %} {% if gameStyle.numberOfGames is same as (0) %} {% include 'embed/svg/delete.html.twig' %} {% endif %} |