🗣️Summary
{{ summary }}
{% if prereq_debug_data %}🦟Prereq Debug Data
{% for obj in prereq_debug_data %}
🦟{{obj.data}}
{% endfor %}{% endif %}
{% if cycle_data %}{{ cycle_data }}{% endif %}
{% if debug_data %}🗣️Debug Data{% for obj in debug_data %}

💯Cycle {{ obj.cycle_num }}{% for index in range(obj.messages | length) %}
{{obj.priorities[index]}}{{obj.messages[index]}}{% endfor %}
{% endfor %}{% endif %}
{% if failures %}{{ failures }}{% endif %}