{% for t in tools %} {{ t.event_type }} {{ t.name }} {{ t.calls }} {{ t.avg_ms }} {{ t.p95_ms }} {% if t.errors %}{{ t.errors }}{% else %}0{% endif %} {% else %} No tool calls in this period. {% endfor %}