%doc>
USAGE DOCUMENTATION :: PLEASE LEAVE THIS AT THE TOP OF THIS FILE
For Mako templating syntax documentation please visit: http://docs.makotemplates.org/en/latest/
Filename: notifiers_table.html
Version: 0.1
DOCUMENTATION :: END
%doc>
% for notifier in sorted(notifiers_list, key=lambda k: (k['agent_label'].lower(), k['friendly_name'], k['id'])):
-
% if notifier['friendly_name']:
${notifier['agent_label']} (${notifier['id']} - ${notifier['friendly_name']})
% else:
${notifier['agent_label']} (${notifier['id']})
% endif
% endfor
-
Add a new notification agent