{% extends 'layout.twig' %} {% block title %}List of Tests{% endblock %} {% block content %}
{% if tests | length > 0 %}Test title | Hardware | # of benchmarks | Last updated |
---|---|---|---|
{{ t.title }} | {{ t.component.name }} | {{ t.benchmarks() | length }} | {{ t.updated_at | date("F jS \\a\\t g:ia") }} |
There are no tests in the database - perhaps you should create one?
{% endif %} {% endblock %}