{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2016-2018 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.APP_BASE_TEMPLATE %} {%- macro record_content(data) %} {% for key, value in data.items() recursive %}
{{ record['main_entry_personal_name']['personal_name'] }} {%- if 'added_entry_personal_name' in record %} {{ record['added_entry_personal_name'] | map(attribute='personal_name') | join(', ') }} {% endif %}
{%- endblock %} {% endif %} {%- if 'summary' in record %} {%- block record_summary %}{{ record['summary'][0]['summary'] }}
{%- endblock %} {%- endif %}Record: