[%
USE Whostmgr;
USE JSON;
SET PAGE_BASE = '/scripts2/market_provider/';
SET PAGE_NAME = Whostmgr.get_page_name_by_url(PAGE_BASE);
WRAPPER 'master_templates/master.tmpl'
app_key = 'market_provider_manager'
header = locale.maketext('Market Provider Manager'),
breadcrumburl = PAGE_BASE,
base = PAGE_BASE,
theme='bootstrap',
CJT2_EXCLUSIVE = 1;
%]
[% locale.maketext("This feature allows you to manage products that users may purchase via the [asis,cPanel] interface.") %]
[% locale.maketext("For more information about how to create your own provider modules, read our [output,url,_1,SDK documentation,target,_blank].", 'https://go.cpanel.net/custommarketproviderwizard'); %]
[% locale.maketext('Providers') %]
[% locale.maketext('Products') %]
[% locale.maketext('[asis,cPanel Store] Configuration') %]
[% PROCESS 'master_templates/cjt2_header_include.tt' %]
[% END %]