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