{% 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 }} {{ garden.title }} {{ garden.description|nl2br }} {{ 'back_to_list'|trans }} {% endblock %}
{{ garden.description|nl2br }}