Blacklist IP
Blacklist IP
{%if blacklisted_ip==2 %} This IP is already blacklisted {% else %} Incorrect IP address {% endif %}
IP Blacklisted
Manage IP Blacklist
Unblacklist IP
{%if unblacklisted_ip==2 %} This IP is not blacklisted {% else %} Incorrect IP address {% endif %}
IP Unblacklisted
Blacklist UUID
Blacklist UUID
{%if blacklisted_uuid==2 %} This UUID is already blacklisted {% else %} Incorrect UUID {% endif %}
UUID Blacklisted
Manage UUID Blacklist
Unblacklist UUID
{%if unblacklisted_uuid==2 %} This UUID is not Blacklisted {% else %} Incorrect UUID {% endif %}
UUID Unblacklisted
Header Accepted Types
{% for type in list_accepted_types %} {% endfor %}
Type Description Remove Type
{{type['id']}} {{type['description']}}
Add New Types
{% include 'navfooter.html' %}