{% extends 'base.html.twig' %} {% block title %}{% endblock %} {% block body %} {% if garden.photos is not empty %} {% for photo in garden.photos %} {% if garden.photos|length > 1 %} {% if loop.first %} {% else %} {% endif %} {% endif %} {% endfor %} {% for photo in garden.photos %} {% if loop.first %} {% else %} {% endif %} {% endfor %} {% if garden.photos|length > 1 %} Previous Next {% endif %} {% endif %} {{ garden.city }} {% if locale == "fr" %} {{ garden.title }} {% elseif locale == "de" %} {{ garden.titleDe }} {% else %} {{ garden.titleEn }} {% endif %} {% if locale == "fr" %} {{ garden.description|nl2br }} {% elseif locale == "de" %} {{ garden.descriptionDe|nl2br }} {% else %} {{ garden.descriptionEn|nl2br }} {% endif %} {{ 'back_to_list'|trans }} {% endblock %}
{% if locale == "fr" %} {{ garden.description|nl2br }} {% elseif locale == "de" %} {{ garden.descriptionDe|nl2br }} {% else %} {{ garden.descriptionEn|nl2br }} {% endif %}