{% for dict in response %}
{% if dict.get('link') %} {% if dict.get('icon') %} {% else %} Link {% endif %} {% else %} {% if dict.get('icon') %} {% endif %} {% endif %} {% if dict.get('secondary_icon') %} {% endif %}

{{dict['title']}}

{{dict['subtitle']}}

{% if dict.get('msg_id') %} JSON {% endif %} {% if 'is_raw' in dict %} Go Back {% endif %} {{dict['date'].humanize()}} {% if size == 'large' %} - {{dict['date'].strftime('%Y-%m-%d %H:%M:%S')}} {% endif %}
{% if size == 'extra-large' %} {% autoescape false %} {{msg_string}} {% endautoescape %} {% endif %} {% endfor %}