{% extends 'common/list-base.html.twig' %} {% block metaTitle %}Music - Artistes{% endblock %} {% block body %} {% include 'embed/breadcrumb/breadcrumb.html.twig' with {'items': {'home': {'active': false, 'path': 'homepage', 'label': 'Kollect'}, 'artists': {'active': true, 'path': '', 'label': 'Artistes'} }} %}
Nom | Image | Nbre de CD | Companie | Actions |
---|---|---|---|---|
{{ artist.name }} | {{ artist.numberOfCd }} | {{ artist.company.name }} | {% include 'embed/svg/edit.html.twig' %} {% if artist.numberOfCd is same as (0) %} {% include 'embed/svg/delete.html.twig' %} {% endif %} |