{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input %}
New black list | Exists black lists | New white list | Exists white lists |
Name: {{ input('new_blacklist_name') }} | {% for list in black_lists %} {{ list }} {% endfor %} | Name: {{ input('new_whitelist_name') }} | {% for list in white_lists %} {{ list }} {% endfor %} |