{% extends "eZDemoBundle::pagelayout.html.twig" %} {% block content %}

{{ ez_render_field( content, 'name' ) }}

{% if not ez_is_field_empty( content, 'image' ) %}
{{ ez_render_field( content, 'image', { 'attr': { 'class': 'place-image' }, 'parameters': {'alias' : 'imageplacesize'} } ) }}
{% else %}
{% endif %} {{ ez_render_field( content, 'location', { 'attr': { 'class': 'place-location' }, 'parameters':{ 'showInfo':false, 'width': '100%', 'zoom' : 16 } } ) }}
{{ ez_render_field( content, 'description', { 'attr': { 'class': 'place-description' }, } ) }}
{% endblock %}