+ {%- block record_body -%}
+ {%- block record_header -%}
+
+
+
+ {{ record.ui.publication_date_l10n_long }}
+ {%- if metadata.version %}
+ | Version {{ metadata.version }}
+ {% endif %}
+
+
+ {{ record.ui.resource_type }}
+
+
+
+
+
+ {%- endblock record_header -%}
+ {%- block record_title -%}
+
{{ metadata.title }}
+
{%- include "invenio_app_rdm/records/details/creators.html" %}
+ {%- endblock record_title -%}
+ {%- block record_content -%}
+
{%- include "invenio_app_rdm/records/details/contributors.html" %}
+
+ {%- include "invenio_app_rdm/records/details/subjects.html" %}
+
+ {%- include "invenio_app_rdm/records/details/description.html" %}
+
+
+ {%- include "invenio_app_rdm/records/details/licenses.html" %}
+
+ {%- endblock record_content -%}
+ {# files #}
+ {%- block record_files -%}
+ {%- if files is not none -%}
+ {%- if files.enabled and record|can_list_files %}
+ {%- set default_preview = files.default_preview %}
+ {%- set files = files|order_entries %}
+ {%- if files|has_previewable_files -%}
+ {%- set default_preview_file = files|select_preview_file(default_preview=default_preview) %}
+ {{ preview_file_box(default_preview_file, pid) }}
+ {%- endif -%}
+ {{ file_list_box(files, pid) }}
+ {% endif %}
+ {%- else -%}
+ {# TODO: come up with a proper display #}
+
Sorry, the files are restricted!
+ {%- endif -%}
+ {%- endblock record_files -%}
+ {%- block record_details -%}
+ {# More details #}
+
+ {%- include "invenio_app_rdm/records/details/details.html" %}
+
+ {%- endblock record_details -%}
+ {%- block record_footer -%}
+
+
+
+
+
+ Created: {{ record.ui.created_date_l10n_long }} | Modified: {{ record.ui.updated_date_l10n_long }}
+
+
+
+
+ {%- endblock record_footer -%}
+ {%- block jump -%}
+
+ {%- endblock jump -%}
+ {%- endblock record_body %}
+
+ {% block record_sidebar %}
+ {%- include "invenio_app_rdm/records/details/side_bar.html" %}
+
+ {%- include "invenio_theme_tugraz/landingpage/doi.html" %}
+
+ {% endblock record_sidebar %}
+