{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2018 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.THEME_BASE_TEMPLATE %} {%- block page_body scoped %}
{%- block settings_menu scoped %}
{{ _('Settings') }}
    {%- for item in current_menu.submenu('settings').children if item.visible %} {%- block settings_menu_item scoped %} {{ item.text|safe }} {%- endblock %} {%- endfor %}
{%- endblock %}
{%- block settings_content scoped %}
{%- block settings_content_title scoped %} {%- if panel_icon %} {%- block settings_content_title_icon scoped %} {%- endblock %} {%- endif %} {{ panel_title|default("") }} {%- endblock %}
{%- block settings_body scoped %}
{%- block settings_form scoped %} {%- endblock settings_form %}
{%- endblock settings_body %}
{%- endblock %}
{%- endblock %}