{% extends 'base.html.twig' %} {% block title %}PlusLifeWeb{% endblock %} {% block content %} {% if tests is not empty %}
Test auswählen:
{% for test in tests %} {% endfor %}
{{ test.timestamp }}
{% else %}
Keine Tests gefunden.
{% endif %} {% endblock %}