{% extends 'layouts/default.twig' %} {% block title %}Dashboard{% endblock %} {% block content %}

Recently updated tests:

{% for t in tests %} {% endfor %}
Title Last updated
{{ t.getHardware().name }} {{ t.dateTag }} {{ t.updatedAt | date('m/d/Y g:ia') }}
{% endblock %}