{% extends "layout.html" %} {% block content %}
Original: {{ ioc.original }}
Hashed: {{ ioc.hashed }}
Tags: {% for tag in ioc.tags %}{{ tag }} {% endfor %}
Owner: {{ ioc.owner }}
Creation date: {{ ioc.datetime }}
Status: {{ ioc.status }}
{% if ioc.status == "enabled" %} {% else %} {% endif %} {% endblock %} {% block scripts %} {% include "indicators_controls.html" %} {% endblock %}