Date | {{dict_task['date'][0:4]}}/{{dict_task['date'][4:6]}}/{{dict_task['date'][6:8]}} |
Search date | {{dict_task['date_from'][0:4]}}/{{dict_task['date_from'][4:6]}}/{{dict_task['date_from'][6:8]}} - {{dict_task['date_to'][0:4]}}/{{dict_task['date_to'][4:6]}}/{{dict_task['date_to'][6:8]}} |
Description | {{dict_task['description']}} |
Tags | {%for tag in dict_task['tags']%} {{ tag }} {%endfor%} |
Creator | {{dict_task['creator']}} |
Sources |
{%if not dict_task['sources']%}
All Souces
{%else%}
{%for source in dict_task['sources']%}
{{source}}
{%endfor%}
{%endif%}
|
{{ rule_content }}
Date | Item Id |
---|---|
{{item['date'][0:4]}}/{{item['date'][4:6]}}/{{item['date'][6:8]}} |
{{ item['id'] }}
{% for tag in item['tags'] %}
{{ tag }}
{% endfor %}
|