{% for field in fields %} {% endfor %} {% for entry in entries %} {% for field in fields %} {% endfor %} {% endfor %}
{{ 'id'|trans({}, 'platform') }} {{ 'uuid'|trans({}, 'platform') }} {{ 'entry_title'|trans({}, 'clacoform') }} {{ 'author'|trans({}, 'platform') }} {{ 'publication_date'|trans({}, 'clacoform') }} {{ 'last_modification'|trans({}, 'platform') }}{{ field.getLabel() }}{{ 'username'|trans({}, 'platform') }} {{ 'email'|trans({}, 'platform') }}
{{ entry['id'] }} {{ entry['uuid'] }} {{ entry['title'] }} {{ entry['author'] }} {{ entry['publicationDate'] }} {{ entry['editionDate'] }} {% if entry[field.getId()] is defined %} {{ entry[field.getId()] }} {% endif %} {{ entry['author_username'] }} {{ entry['author_email'] }}