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

Collection

{{ record.title }}

{% 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') %}
Copy
{% endif %}
  • Record
  • Relations
Record ID{{ record.id }}
Status{{ record.getStatus() }}
Editor(s){{ record.editor }}
Collection name{{ record.title }}
Chronology{{ record.chronology }}
Start date{{ record.startDate }}
End date{{ record.endDate }}
Description{{ record.description }}
Short description{{ record.shortDescription }}
External identifier(s){{ record.externalIdentifier }}
External link(s){{ record.link }}
Subject headings{{ record.subjectHeadings }}
ArCOA URIarcoa.cnr.it/collection/{{ record.id }}
Editorial notes{{ record.notes }}
{% endblock %}