{{ left_title }}
{{ right_title }}
{% if left_compare %}
{{ left_compare.title }}
{% for item in left_compare.left_items %}
• {{ item }}
{% endfor %}
{% if arrow_image %}→ {% else %}{% endif %}
{% for item in left_compare.right_items %}
• {{ item }}
{% endfor %}
{% if paired_rows and paired_rows|length > 0 %}
{{ paired_rows[0].right.title }}
{% for bullet in paired_rows[0].right.bullets %}
• {{ bullet }}
{% endfor %} {% endif %}
{% endif %} {% for row in paired_rows %} {% if loop.index0 > 0 or not left_compare %}
{% if row.left %}
{{ row.left.title }}
{% for bullet in row.left.bullets %}
• {{ bullet }}
{% endfor %} {% endif %}
{% if row.right %}
{{ row.right.title }}
{% for bullet in row.right.bullets %}
• {{ bullet }}
{% endfor %} {% endif %}
{% endif %} {% endfor %}