{% extends "layout.html" %}
{% block content_header %}
{{ build_breadcrumbs([
{ 'name': _('Global Settings'), 'link': url_for('.GlobalSettingsView:index'), 'icon': 'gears' }
]) }}
{% endblock %}
{% block content %}
{% call build_section_row() %}
{% call build_form_tabs_box() %}
{% call build_tabs_navigation() %}
{{ add_tab_navigation_header(_('Global Settings'), '', 'gears') }}
{%- for item in current_menu.submenu('.ipbx.global_settings').children recursive -%}
{{ _build_global_section(item) }}
{%- endfor -%}
{% endcall %}
{% endcall %}
{% endcall %}
{% endblock %}
{% macro _build_global_section(item) %}