{% load static %}
{% if estates %}
{% for estate in estates %} {{ estate.id }}, {{ estate.price }},- from {{ estate.created }} {% endfor %}
{% endif %}