{% extends 'eval/base.html' %} {% block title %}Trace Runs | Eval Admin{% endblock %} {% block action_bar %} Trace Runs {% endblock %} {% block content %}
{% include "eval/components/_run_filters.html" %} {% include "eval/components/_run_table.html" with title="All trace runs" columns=table_columns show_actions=True actions=table_actions %}
{% load static %} {% endblock %}