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