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

Back to index

Conservation place

{{ record.place }}

{% 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 }}
Conservation place {{ record.place }}
Region{{ record.region }}
Province{{ record.province }}
Municipality{{ record.municipality }}
Coordinates {{ record.lat }}, {{ record.lng }}
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/conservation_place/{{ record.id }}
Editorial notes{{ record.notes }}

Back to index

{% endblock %}