{% for status in status_list %}
{{ status.service }}
{% if status.timestamp == 0 %} Service never reported in {% else %} {{ datetime.fromtimestamp(status.timestamp).strftime("%H:%M %d.%m.%y") }} {% endif %}
{% endfor %}