{% if (current_user is defined and current_user.is_authenticated)or listLogin == False %}
Blacklist
Whitelist
Unlisted
{% endif %}
Time
CVSS
Rejected
{% if filters is defined %} {% for filterSet in filters %} {% if not (filterSet['auth'] and not current_user.is_authenticated()) %}
{{filterSet['id']}}
{% for filter_ in filterSet['filters'] %} {% if filter_['type'] == "select" %} {% elif filter_['type'] == "text" or filter_['type'] == "checkbox"%} {% if 'label' in filter_ %}{{filter_['label']}}{% endif %} {% endif %} {% endfor %}
{% endif %} {% endfor %} {% endif %}