{% extends 'base.html.twig' %}{% block title %}Création d'un nouveau calcul{% endblock %}{% block body %} <h1>Création d'un nouveau calcul</h1> {{ include('computing/_form.html.twig') }} <br/> <a class="btn btn-outline-secondary waves-effect" href="{{ path('app_computing_index') }}">Annuler</a>{% endblock %}