{% extends "layout.html" %} {% block content_header %} {{ build_breadcrumbs(current_breadcrumbs + [ { 'name': resource.name, 'link': url_for('.EndpointSIPTemplateView:get', id=resource.uuid), 'icon': 'compress' } ]) }} {% endblock %} {% block content %} {% call build_section_row() %} {% call build_form_tabs_box() %} {% call build_tabs_navigation() %} {{ add_tab_navigation_item('general', _('General'), active=True) }} {{ add_tab_navigation_item('aor_section_options', _('AOR')) }} {{ add_tab_navigation_item('auth_section_options', _('Authentication')) }} {{ add_tab_navigation_item('endpoint_section_options', _('Endpoint')) }} {{ add_tab_navigation_item('identify_section_options', _('Identify')) }} {{ add_tab_navigation_item('registration_section_options', _('Registration')) }} {{ add_tab_navigation_item('registration_outbound_auth_section_options', _('Registration Outbound Auth')) }} {{ add_tab_navigation_item('outbound_auth_section_options', _('Outbound Auth')) }} {% endcall %} {% call build_form(action=url_for('.EndpointSIPTemplateView:put', id=resource.uuid)) %} {% call build_tabs_content() %} {% call build_tab_content_item('general', active=True) %} {% call add_default_fields(form=form, submit_value=_('Update')) %} {{ render_field(form.label) }} {{ render_field(form.transport.uuid, data_listing_href=url_for(listing_urls['transport']), data_allow_clear='true', data_placeholder=_('Choose Transport')) }} {{ render_field(form.template_uuids, data_listing_href=url_for(listing_urls['sip_template']), data_allow_clear='true', data_placeholder=_('Choose Templates')) }} {{ render_field(form.templates, with_label=False) }} {% endcall %} {% endcall %} {% call build_tab_content_item('aor_section_options') %} {% call add_default_fields(form=form, submit_value=_('Update')) %} {{ build_add_row_entry_header() }} {% call build_table() %} {% call build_table_headers() %}