+
+ {% call tabs_nav(tab_var='activeSection') %}
+ {{ tab_button('general', 'General', tab_var='activeSection', icon='cog') }}
+ {{ tab_button('business', 'Business', tab_var='activeSection', icon='office-building') }}
+ {{ tab_button('localization', 'Localization', tab_var='activeSection', icon='globe') }}
+ {{ tab_button('marketplace', 'Marketplace', tab_var='activeSection', icon='shopping-cart') }}
+ {{ tab_button('invoices', 'Invoices', tab_var='activeSection', icon='document-text') }}
+ {{ tab_button('branding', 'Branding', tab_var='activeSection', icon='color-swatch') }}
+ {{ tab_button('domains', 'Domains', tab_var='activeSection', icon='globe-alt') }}
+ {{ tab_button('api', 'API', tab_var='activeSection', icon='key') }}
+ {{ tab_button('notifications', 'Notifications', tab_var='activeSection', icon='bell') }}
+ {% endcall %}
-
-