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

Back to index

Site

{{ 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 app.user and not is_granted('ROLE_READER') %}
{% if is_granted('ROLE_REVISOR') or is_granted('ROLE_ADMIN') or record.editableStatus %} {% endif %} Copy {% if is_granted('ROLE_REVISOR') or is_granted('ROLE_ADMIN') %} {% endif %}
{% endif %}
  • Record
  • Relations
Record ID{{ record.id }}
Status{{ record.getStatus() }}
Editor(s){{ record.editor }}
Modern name {{ record.name }}
Ancient name{{ record.ancientName }}
Coordinates {{ record.lat }}, {{ record.lng }}
Country{{ record.country }}
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/site/{{ record.id }}
Editorial notes{{ record.notes }}
{% endblock %}