{% extends 'base.html.twig' %} {% block title %}Détails de la Greffe{% endblock %} {% block body %}
{% if app.request.locale == 'en' %} {{ greffe.getDescriptionEn() }} {% else %} {{ greffe.getDescription() }} {% endif %}
{% if greffe.imageavant %} {% endif %} {% if greffe.imageapres %} {% endif %}