{{ left_label }}
{% if left_sub %}
{{ left_sub }}
{% endif %}
VS
{{ right_label }}
{% if right_sub %}
{{ right_sub }}
{% endif %}