{% load i18n thumbnail %} {% if deals %}

{% trans "Deals" %}

{% for deal in deals %} {% endfor %}
{{ deal.listing.title }}
{% thumbnail deal.listing.main_image.image "100x75" as image %} {{ deal.listing.title }}
{% endthumbnail %} Inmueble: {{ deal.listing.type }}
Provincia: {{ deal.listing.sector.city.province }}
Ver Más
{% endif %}