{# -*- 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.
#}
{%- import "invenio_vcs/settings/helpers.html" as helpers with context %}
{%- extends config.VCS_SETTINGS_TEMPLATE %}
{%- set repo_id = repo.provider_id %}
{%- block settings_content %}
{% set active = true %}
{%- block repo_details_header scoped %}
{{ repo.full_name }}
{{ _("Go to %(name)s and make your first release.", name=vocabulary["name"]) }}
{{ repo.full_name }}{{ _("Toggle the switch below to turn on/off automatic preservation of your repository.") }}
{{ _('Go to {} and create a release. {} will automatically receive and process your release.') .format(vocabulary["name"], config.THEME_SITENAME | default('Invenio')) }}