{% extends 'base.html.twig' %} {% block title %}Liste des Albums{% endblock %} {% block body %}
Nom | Artistes | Edition | Date de sortie | Mise en ligne | Pochette | |
---|---|---|---|---|---|---|
{{ album.name }} | {{ album.artist.getArtistFullnameInterface() }} | {{ album.edition }} | {{ album.releaseDate ? album.releaseDate|date('d-m-Y') : '' }} | {{ album.createdAt ? album.createdAt|date('d-m-Y') : '' }} | Voir plus | |
Aucun album disponible |