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

Bibliography

{{ record.citation }}

{% for message in app.flashes('notice') %}
{{ message }}
{% endfor %}

Last modified: {{ record.modifiedAt.format('Y-m-d') }} at {{ record.modifiedAt.format('H:i:s') }}

Editor: {{ record.editor }}

{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_REVISOR') %} {% endif %}
  • Record
  • Relations
Record ID{{ record.id }}
Status{{ record.getStatus() }}
Editor(s){{ record.editor }}
Citation{{ record.citation }}
Reference{{ record.reference }}
Editorial notes{{ record.notes }}
{% endblock %}