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