{% if header %}
{% if header.icon %}
{% endif %}
{{ header.title }}
{% endif %} {% if main_labels %}
{{ main_labels.left }}
{{ main_labels.center|default('vs.') }}
{{ main_labels.right }}
{% endif %}
{% for row in rows %}
{{ row.left_text|safe }}
{{ row.category }}
{{ row.right_text|safe }}
{% endfor %}
{% if conclusion %}
{% if conclusion.arrow_img %}{% endif %}
{{ conclusion.text|safe }}
{% endif %}