{% extends 'common/list-base.html.twig' %} {% block metaTitle %}Music - Cd{% endblock %} {% block body %} {% include 'embed/breadcrumb/breadcrumb.html.twig' with {'items': {'home': {'active': false, 'path': 'homepage', 'label': 'Kollect'}, 'cds': {'active': true, 'path': '', 'label': 'CD'} }} %}
Nom | Disponibilité | Image | Artiste | Style | Actions |
---|---|---|---|---|---|
Nom | |||||
{{ cd.name }} | {% if cd.isPreOrder is same as (true) %} {{ include('embed/badges/preorder.html.twig') }} {% else %} {{ include('embed/badges/available.html.twig') }} {% endif %} | {{ cd.artist.name }} | {{ cd.style.name }} | {% include 'embed/svg/edit.html.twig' %} {% include 'embed/svg/delete.html.twig' %} |