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

Bibliography

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 Citation Status Editor Reference Last modified Actions
{{ record.id }} {{ record.citation }} {{ record.status }} {{ record.owner }} {{ record.reference }} {{ record.modifiedAt.format('Y-m-d') }}
{{ record.editor }} at {{ record.modifiedAt.format('H:i:s') }}
{% endblock %}