{% extends 'data_entry.html.twig' %} {% block title %}Collection | ArCOA{% endblock %} {% block rightpanel %}

Collection

Choose action

{% for message in app.flashes('notice') %}
{{ message }}
{% endfor %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_REVISOR') or is_granted('ROLE_EDITOR') %} {% endif %}

Records

{{ count }} result(s) found

{% for record in records %} {% endfor %}
ID Title Status Editor Chronology Last modified Actions
{{ record.id }} {{ record.title }} {{ record.status }} {{ record.owner }} {{ record.chronology }} {{ record.modifiedAt.format('Y-m-d') }}
{{ record.editor }} at {{ record.modifiedAt.format('H:i:s') }}
{% endblock %}