You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
367 B

{% extends 'base.html.twig' %}
{% block breadcrumb %}
<li class="breadcrumb-item"><a href="{{ path('app_project') }}">Projets</a></li>
<li class="breadcrumb-item"><a href="{{ path('app_project_create') }}">Créer un projet</a></li>
{% endblock %}
{% block page_title %}Créer un projet{% endblock %}
{% block page_content %}
{{ form(create_form) }}
{% endblock %}