{% if (current_user is defined and current_user.is_authenticated)or listLogin == False %}
Blacklist
Whitelist
Unlisted
{% endif %}
{% if filters is defined %}
{% for filterSet in filters %}
{% if not (filterSet['auth'] and not current_user.is_authenticated()) %}
{% endif %}
{% endfor %}
{% endif %}