{% extends 'base.html.twig' %} {% block body %} {% for group, items in testcases %}
{{ group }} {% for num, title in items %}
{{ title }}
{% endfor %}
{% endfor %} {% endblock %}