{% extends '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': false, 'path': 'companies', 'label': 'Companies'}, 'companies_create': {'active': true, 'path': '', 'label': 'Nouvelle companie'} }} %}

Créer une companie

{% include 'embed/alerts/alerts.html.twig' %} {% include 'music/companies/embed/form.html.twig' %} {% endblock %}