{% extends "ui/base_ui.html" %} {% block title %}Benchmarks - ATP Platform{% endblock %} {% block content %}

Benchmarks

{{ total }} benchmark{{ "s" if total != 1 else "" }} available

{% include "ui/partials/benchmark_table.html" %}
Name Version Tasks Created
{% if total_pages > 1 %} {% endif %} {% endblock %}