{% extends "base.html.j2" %} {% block title %}Summary{% endblock %} {% block content %} {{ summary('Results', "", [ { 'title': 'Pythonsdk Tests', 'failing': (failing_steps | length), 'total': (steps | length)}, ]) }} {{ usecase }} Description: {{ details }} Components: {{ components }} Logs Name Status {% for step,value in steps.items() %} {{ step }} {{ value }} {% endfor %} {% endblock %}