You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/share/templates/customer/preferences.tt

24 lines
708 B

[% site_config.title = c.loc('Customer #[_1] - Preferences',contract.id) -%]
[%
helper.name = c.loc('Customer');
helper.identifier = 'customer';
helper.messages = messages;
helper.edit_preference = edit_preference;
helper.preference = preference;
helper.preference_meta = preference_meta;
helper.pref_groups = pref_groups;
helper.form = form;
helper.base_uri = c.uri_for(contract.id,'preferences');
helper.ncos_levels = ncos_levels;
helper.top_buttons = [
{ name = c.loc('Back'), uri = c.uri_for(contract.id, 'details'), icon = 'icon-arrow-left' },
];
PROCESS 'helpers/pref_table.tt';
%]
[% # vim: set tabstop=4 syntax=html expandtab: -%]