{% extends 'common/list-base.html.twig' %} {% block metaTitle %}Music - Compagnies{% endblock %} {% block body %} {% include 'embed/breadcrumb/breadcrumb.html.twig' with {'items': {'home': {'active': false, 'path': 'homepage', 'label': 'Kollect'}, 'companies': {'active': true, 'path': '', 'label': 'Companies'} }} %}
Nom | Image | Nbre d'artistes rattachés | Actions |
---|---|---|---|
{{ company.name }} | {{ company.numberOfArtists }} | {% include 'embed/svg/edit.html.twig' %} {% if company.numberOfArtists is same as (0) %} {% include 'embed/svg/delete.html.twig' %} {% endif %} |