{% extends 'base.html.twig' %} {% block body %}
{% if app.request.locale == 'en' %} {{ greffe.getDescriptionEn(app.request.locale)|slice(0, 50) }}{% if greffe.getDescriptionEn(app.request.locale)|length > 50 %}...{% endif %} {% else %} {{ greffe.getDescription(app.request.locale)|slice(0, 50) }}{% if greffe.getDescription(app.request.locale)|length > 50 %}...{% endif %} {% endif %}
{% if app.request.locale == 'en' %} {{ greffe.getDescriptionEn(app.request.locale)|slice(0, 50) }}{% if greffe.getDescriptionEn(app.request.locale)|length > 50 %}...{% endif %} {% else %} {{ greffe.getDescription(app.request.locale)|slice(0, 50) }}{% if greffe.getDescription(app.request.locale)|length > 50 %}...{% endif %} {% endif %}
{% if app.request.locale == 'en' %} {{ greffe.getDescriptionEn(app.request.locale)|slice(0, 50) }}{% if greffe.getDescriptionEn(app.request.locale)|length > 50 %}...{% endif %} {% else %} {{ greffe.getDescription(app.request.locale)|slice(0, 50) }}{% if greffe.getDescription(app.request.locale)|length > 50 %}...{% endif %} {% endif %}