{% if (current_user is defined and current_user.is_authenticated())or listLogin == False %} {% endif %} {% if filters is defined %} {% for filterSet in filters %} {% if not (filterSet['auth'] and not current_user.is_authenticated()) %} {% endif %} {% endfor %} {% endif %}
BlackList Whitelist Unlisted
Time
CVSS Rejected
{{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 %}