Date | {{dict_task['date'][0:4]}}/{{dict_task['date'][4:6]}}/{{dict_task['date'][6:8]}} |
Description | {{dict_task['description']}} |
Tags | {%for tag in dict_task['tags']%} {{ tag }} {%endfor%} |
Creator | {{dict_task['creator']}} |
Filters |
{% if dict_task['filters'] %}
{{ dict_task['filters'] }}{% else %} No Filters {% endif %} |
Objects Match |
{%for obj_type in dict_task['nb_objs']%}
{{ obj_type }} {{ dict_task['nb_objs'][obj_type] }}{%endfor%} |
{{ rule_content }}
Type | Id | Tags | ||
---|---|---|---|---|
{% with style=object['icon']['style'], icon=object['icon']['icon'] , color=object['icon']['color'] %} {% include 'objects/obj_svg_block.html' %} {% endwith %} {{ object['type']}} | {% if object['subtype'] %} {{ object['subtype']}} {% endif %} | {{ object['id']}} | {% for tag in object['tags'] %} {{ tag }} {% endfor %} | {# #} {# #} {# #} |