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/billing/list.tt

23 lines
631 B

[% META title = 'Billing Profiles' -%]
[%
helper.name = 'Billing Profiles';
helper.messages = messages;
helper.column_titles = [ '#', 'Profile' ];
helper.column_fields = [ 'id', 'name' ];
helper.close_target = close_target;
helper.create_flag = create_flag;
helper.edit_object = profile;
helper.form_object = form;
helper.has_edit = has_edit;
helper.has_preferences = has_preferences;
helper.extra_buttons = [
[ 'Edit Fees', 'fees'],
[ 'Edit Peak Times', 'peaktimes'],
];
PROCESS 'helpers/datatables.tt';
-%]
[% # vim: set tabstop=4 syntax=html expandtab: -%]