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