executions
{% if executions %}
{% endif %}
{% else %}
-
{% for execution in executions %}
- {{ execution.name }} — {{ execution.created_at }} {% endfor %}
showing {{ offset + 1 }}-{{ offset + executions|length }} of {{ total_count }} (page {{ page }})
no executions found.
{% endif %}