{% for item in items %}
{{ item.tag_name }}
{{ item.finished_at.strftime("%Y-%m-%d %H:%M:%S") }}
{{ item.position }}
{{ item.status }}
{% endfor %}