{# Copyright (C) 2020-2026 Graz University of Technology. invenio-override is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #}

{{ _("Recent uploads") }}

{{ _("All uploads") }} →
{% if not records %}

{% if config.OVERRIDE_SHOW_RDM_SEARCH or (not config.OVERRIDE_SHOW_PUBLICATIONS_SEARCH or not config.OVERRIDE_SHOW_EDUCATIONAL_RESOURCES) %} {{ _("Explore Research Results available in the repository.") }} {% else %} {{ _("There are no public records to show.") }} {% endif %}

{% endif %} {%- for r in records %} {%- set creation_date = r.created | from_isodatetime -%} {%- set record_url = r.original.view %}
{{ r.created_date_l10n_long }} {% if r.metadata.types | length > 0 %} {{ r.metadata.types[0] }} {% endif %} {{ r.access_status.title_l10n }} {%- if not config.OVERRIDE_SHOW_RDM_SEARCH %} {{ r.original.schema_l10n }} {%- endif %}

{{ r.metadata.titles[0] }}

{%- for creator in r.metadata.creators %} {{ creator }} {% if not loop.last %};{% endif %} {%- endfor %}

{% if r.metadata.descriptions %} {% endif %}
{{ _("Uploaded on") }} {{ r.created_date_l10n_long }}
{% if r.stats is defined %} {{ r.stats.all_versions.unique_views or 0 }} {{ r.stats.all_versions.unique_downloads or 0 }} {% endif %}
{%- endfor %}