{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2026 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.VCS_SETTINGS_TEMPLATE %} {%- import "invenio_vcs/settings/helpers.html" as helpers with context %} {%- block settings_content %} {%- if connected %} {%- block repositories_get_started %} {{ helpers.panel_start( vocabulary["repository_name_plural"].capitalize(), icon=vocabulary["icon"] + " icon", btn_text=_('Sync now'), btn_loading_text=_('Syncing'), btn_icon='sync alternate icon', btn_id='sync_repos', btn_name='sync-repos', btn_help_text=_('(updated {})').format(last_sync|naturaltime), provider=provider, loaded_message_id='sync-result-message', id="vcs-view", ) }}
{{ _('Select the repository you want to preserve, and toggle the switch below to turn on automatic preservation of your software.') }}
{{ _( 'Go to %(name)s and create a release . %(site_name)s will automatically receive and process your release.', name=vocabulary["name"], site_name=config.THEME_SITENAME | default('System'), release_docs_link=vocabulary["release_docs_link"] ) }}
{{ _( "Click on a %(repository_name)s to view the status of each release, including whether it was successful and if you need to take any additional steps.", repository_name=vocabulary["repository_name"] ) }}
{{ vocabulary["repo_list_message"] }} {{ _("More info") }}
{% endif %} {%- endblock %} {%- if not repos %}
{{ _('You have no %(repository_name_plural)s on %(name)s.', repository_name_plural=vocabulary["repository_name_plural"].capitalize(), name=vocabulary["name"]) }}
{{_('Go to %(name)s and create your first or
click the Sync button to synchronize the latest changes from %(name)s.', name=vocabulary["name"], url=new_repo_url)}}
{{ _( 'To get started, click "Connect" and we will get a list of your %(repository_name_plural)s from %(name)s.', repository_name_plural=vocabulary["repository_name_plural"], name=vocabulary["name"] ) }}