{% extends "layout.html" %} {% block content %} Add new indicators
{% if disabled %} {% for ioc in disabled %} {% endfor %}
Date Type Original Hashed Tags Owner Enable
{{ ioc.datetime }} {{ ioc.type }} {{ ioc.original }} {{ ioc.hashed }} {% if ioc.tags %} {% for tag in ioc.tags %} {{ tag }}  {% endfor %} {% endif %} {{ ioc.owner }}
{% else %}

There are no disabled indicators to enable.

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}