{# 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. #}
{%- if config.OVERRIDE_FRONTPAGE_SHOW_NEW_COMMUNITIES %} {%- endif %}
{{ _("All uploads") }} → {%- if config.OVERRIDE_FRONTPAGE_SHOW_NEW_COMMUNITIES %} {%- endif %}
{# Panel: Recent 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 }} {{ r.original.schema_l10n }}

{{ 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 %}
{%- if config.OVERRIDE_FRONTPAGE_SHOW_NEW_COMMUNITIES %} {# Panel: New communities — core cards, fed by /api/communities?sort=newest. Tab switching + styling live in theme.js and frontpage.less. #} {%- endif %}