{% extends "base.html" %} {% block content %}
Filters
All times shown in UTC
Debug Info

Time Range: {{ start_datetime.strftime('%Y-%m-%d %H:%M:%S') }} to {{ end_datetime.strftime('%Y-%m-%d %H:%M:%S') }} (UTC)

Invocations Found: {{ invocations|length }}

Invocations Timeline
Time Range: {{ start_datetime.strftime('%Y-%m-%d %H:%M:%S') }} UTC to {{ end_datetime.strftime('%Y-%m-%d %H:%M:%S') }} UTC
{% if invocations|length > 0 %}
Invocation Details
Loading...
{% else %}
No invocations found for the selected filters.
{% endif %}
{% if invocations|length > 0 %} {% endif %} {% endblock %}