{% extends 'layouts/default.twig' %} {% block title %}List of Benchmarks{% endblock %} {% block content %}

Benchmarks

Add a benchmark {% for b in benchmarks %} {% endfor %}
Benchmark name Scoring type Created at Last updated
{{ b.name }} {{ b.scoring }} {{ b.createdAt | date('m/d/Y g:ia') }} {{ b.updatedAt | date('m/d/Y g:ia') }}
{% endblock %}