{% for property in properties %} {# Item #}
{{ property.propertyDescription.title }}

{{ property.address }}

{% if property.metroStation %}

{{ property.metroStation.name }}

{% endif %} {{ property.dealType.name }} {{ property.category.name }} {% if property.bedroomsNumber %} {{ 'property.bedrooms'|trans }}: {{ property.bedroomsNumber }} {% endif %}
{% if property.state == 'published' %} {{ 'action.unpublish'|trans }} {% elseif property.state == 'private' %} {{ 'action.publish'|trans }} {% endif %} {{ 'action.edit' | trans }}

{# / Item #} {% else %}
{{ 'no_items_found' | trans }}
{% endfor %}