{% extends 'layout.twig' %} {% block title %}List of Results{% endblock %} {% block content %}

Results list...

{% for r in results %} {% endfor %}
Hardware name Benchmark Result type Avg. Min. Max. Last updated
{{ r.component }} {{ r.benchmark }} {{ r.type | capitalize }} {{ r.average }} {{ r.minimum ? r.minimum : 'N/a' }} {{ r.maximum ? r.maximum : 'N/a' }} {{ r.updated_at | date("F jS \\a\\t g:ia") }}
{% endblock %}