{% extends 'base.html.twig' %} {% block metaTitle %}Jeu - Consoles{% endblock %} {% block body %} {% include 'embed/breadcrumb/breadcrumb.html.twig' with {'items': {'home': {'active': false, 'path': 'homepage', 'label': 'Kollect'}, 'platforms': {'active': false, 'path': 'platforms', 'label': 'Consoles'}, 'platform_new': {'active': true, 'path': '', 'label': 'Nouvealle console'} }} %}

Créer une console

{% include 'embed/alerts/alerts.html.twig' %} {% include 'game/platform/embed/form.html.twig' %} {% endblock %}