{% if ioc.ioc_id %}Edit IOC #{{ ioc.ioc_id }}{% else %} Add IOC {% endif %}

{% if ioc.ioc_uuid %}#{{ ioc.ioc_uuid }}{% endif %}
{% include 'modals/modal_attributes_nav.html' %}
{% if ioc.ioc_id %}
Share Markdown Link
{% endif %}
{{ form.hidden_tag() }}
{{ form.ioc_type_id(class="selectpicker pl--6 col-10") }}
{{ form.ioc_tlp_id(class="selectpicker pl--6 col-10") }}
{{ form.ioc_value(class='form-control col-md-12 col-sm-12 sizable-textarea', autocomplete="off") }}
{% if not ioc.ioc_id %}
{% endif %}
{% if ioc and ioc.ioc_description %}{{ ioc.ioc_description }}{% endif %}
{% include 'modals/modal_attributes_tabs.html' %}
{% if ioc.ioc_id %} {% else %} {% endif %}