{% extends '@layout/dashboard.html.twig' %} {% import "@macros/flash-messenger.html.twig" as flashM %} {% block breadcrumb %} {% endblock %} {% block title %}Hit Lokal Awards {% endblock %} {% block content %}

Ajouter une titre

{{ flashM.displayFlashMessenger(flashMsg) }}
  

Liste des titres

{% for title in titles %} {% endfor %}
Titre Artiste Options
{{ title.title }} {{ title.artists }} Afficher Modifier
{% endblock %} {% block javascript %} {% endblock %}