{% extends 'base.html.twig' %} {% block title %}{{ pageTitle }}{% endblock %} {% block PageTitle %}{{ pageTitle }}{% endblock %} {% block body %}

Contrat

{% if websiteId == 'all' %} Retour à la liste des contrats {% else %} Retour aux modifications du site web {% endif %} {{ form_start(form) }} {{ form_end(form) }} {% if contrat.getWebsites() %}

Sites web

{% endif %} {% endblock %}