{# -*- 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. #} {%- macro panel_start( title, icon="", btn_help_text='', btn_text='', btn_loading_text='', btn_icon='', btn_href='', btn_class='', btn_id='', btn_name='', provider='', loaded_message_id='', id="", panel_extra_class="secondary" ) %} {%- block panel_start scoped %}
{%- block panel_heading scoped %}

{% if icon %}{% endif %}{{ title }}

{%- if btn_text and (btn_href or btn_help_text) -%} {%- if btn_help_text %}

{{ btn_help_text }}

{%- endif %} {%- if btn_href %} {% if btn_icon %} {% endif %} {{ btn_text }} {%- elif btn_name and btn_id %} {%- endif %} {%- endif -%}
{%- endblock %}
{%- endblock %} {%- endmacro %} {%- macro panel_end() %} {%- block panel_end scoped %}
{%- endblock %} {%- endmacro %}