{% extends "layout.html" %} {% block content %}
Add new indicators
{% if status == "pending" %}
Check indicators that have been disabled
{% elif status == "disabled" %}
Check pending indicators
{% endif %}
{% if iocs %} {% for ioc in iocs %} {% endfor %}
Date Type Original Hashed Tags Owner Actions
{{ ioc.datetime }} {{ ioc.type }} {{ ioc.original }} {{ ioc.hashed }} {% if ioc.tags %} {% for tag in ioc.tags %} {{ tag }}  {% endfor %} {% endif %} {{ ioc.owner }} {% if status != "disabled" %}{% endif %}
{% if status != "disabled" %}{% endif %}
{% else %}

There are no {{status}} indicators to enable.

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