# extends 'prefs.html' # block preftitle Dynamic Fields Options # endblock preftitle # block prefpanel # if saved:
Your preferences have been saved.
# endif

Enable/disable a rule below by checking/unchecking its checkbox.

# for title in data:
${title}

${data[title]['desc']}

# for pref in data[title]['prefs']:
# if pref['type'] == 'select': # endif # if pref['type'] == 'text': # endif # endfor
# endfor # endblock prefpanel