{% load url from future %} {% if indicator_list %}
Value | Type | Date Added | Campaign | Source | Status | ID |
---|---|---|---|---|---|---|
{% if indicator.value %}
{{ indicator.value }}
{% endif %}
{% if splunk_search_url %}
![]() |
{{ indicator.ind_type }} | {{ indicator.created|date:"DATE_FORMAT" }} |
{% for camp in indicator.campaign %}
{{camp.name}} {% endfor %} |
{% for source in indicator.source %}
{{source.name}} {% endfor %} |
{{ indicator.status }} | {{ indicator.id }} |