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

Back to index

Collector

{{ record.name }}

{% 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 }}
Name{{ record.name }}
Date of birth{{ record.birthDate }}
Date of death{{ record.deathDate }}
Places / areas of activity{{ record.places }}
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/collector/{{ record.id }}
Editorial notes{{ record.notes }}

Back to index

{% endblock %}