%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'], k['id'])):
<% exp = '[experimental]' if notifier['agent_name'] == 'discord' else '' %>
-
${notifier['agent_label']} (${notifier['friendly_name'] or notifier['id']}) ${exp | n}
% endfor
-
Add a new notification agent