{% for history in data %} {% if history.timestamp %} {% else %} {% endif %} {% endfor %}
{{ history.timestamp|date:'Y-m-d'}} {{ history.timestamp|time:'H:i:s' }} UTCUnsupported timestamp format{{ history.actor }} {{ history.event }} {% for unit in history.payload %} {{ unit }}
{% endfor %}