{% for it in detail.timeline %}
  • {{ it.timestamp }} {{ it.kind }} {{ it.title }} {% if it.summary and it.summary != it.event_type %} {{ it.summary }} {% endif %}
  • {% else %}
  • イベントがありません
  • {% endfor %}