{% extends "base.html" %} {% block content %}
{% include "invocations/partials/timeline_filters.html" %}
Invocations Timeline
{{ svg_content|safe }}
{% if not svg_content or 'No data' in svg_content %}
No invocations found for the selected time range.
{% endif %}
{% include "invocations/partials/timeline_details_panel.html" %}
{% include "partials/ft_float_panel.html" %} {% include "invocations/partials/timeline_scripts.html" %} {% endblock %}