{% load combo humanize %}
{% now "Ymd" as today %}
{% for log in json.data %} {% if log.content.error %} {% ifchanged %}
{{ log.timestamp|parse_datetime|naturalday:"j F Y" }}, {{ log.timestamp|parse_datetime|naturaltime }}
{% endifchanged %}
{{ log.timestamp|parse_datetime|time:"H:i" }} : {{ log.content.text }}
{{ log.content.meta.form_name }} ({{ log.content.meta.form_number }})
{% endif %} {% endfor %}