{% if page != null %}{% endif %} {% for row in rows %}
{{ row.market.id }} {% if row.market.director.first is not empty %}{{ row.market.director.first|slice(0, 1)|upper }}.{% endif %}{% if row.market.director.last is not empty %} {{ row.market.director.last|slice(0, 1)|upper }}.{% endif %}{% if row.market.director.second is not empty %} {{ row.market.director.second }}{% endif %} {{ row.market.number }} {{ row.market.city }} {{ row.market.district }} {{ row.market.address }} {{ row.market.type }} {{ row.market.commentary }} {{ row.market.status }}
{% endfor %}