{% if component.conditions|length >= 2 %}
Show this question {% if component.type == enum.component_type_enum.GROUP %} group {% endif %} when
{% if component.conditions_operator.value == "ALL" %} All of these conditions match {% else %} Any of these conditions match {% endif %}
Change when to show this question {% if component.type == enum.component_type_enum.GROUP %} group {% endif %}
{% endif %}