{% from "_nav_bar.html" import nav %} {% extends "base.html" %} {% block title %}Executions{% endblock %} {% block content %} {{ nav() }}

executions

{% if executions %} {% if total_count %}

showing {{ offset + 1 }}-{{ offset + executions|length }} of {{ total_count }} (page {{ page }})

{% endif %} {% else %}

no executions found.

{% endif %}
{% endblock %}