{% if failed_runs|length > 0 %}
Failed Runs
{% for failed_run in failed_runs %} {# Toggle the description visibility on click #} {{failed_run}} {# Initially hide the description and add a light background with dark text for readability #} {% endfor %}
{% endif %}