{% for title, class, rows in rows_set %}

{{ title }}

{% for row in rows %} {% endfor %}
Posted Size Rent Phone Description Available Date Address Area Internet Address Internet Location Source Link Google Map HTML ad?
{{ row.posted }} {{ row.size }} {{ row.rent }} {{ row.phone }} {{ row.desc }} Unspecified Address Area {{ row.address }} {{ row.location }} {{ row.src_url }} {% if row.gmap_url %} {{ row.gmap_url }} {% endif %} {% if row.has_html %} Yes {% else %} No {% endif %}
{% endfor %}