{% 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'} }} %}

Liste des companies

{% include 'embed/alerts/alerts.html.twig' %}
Liste des companies Ajouter une companie
{% for company in companies %} {% include 'embed/modal/confirm-deletion.html.twig' with {'link': path('company_delete', {id: company.id}), 'name': company.name, 'title': 'de la compagnie', 'id': company.id} %} {% endfor %}
Nom Image Nbre d'artistes rattachés Actions
{{ company.name }} logo de la companie {{ company.name }} {{ company.numberOfArtists }} {% include 'embed/svg/edit.html.twig' %} {% if company.numberOfArtists is same as (0) %} {% include 'embed/svg/delete.html.twig' %} {% endif %}
{% endblock %}