{% if yesterdayMatches is defined %}
{% if yesterdayMatches %} {{ yesterdayMatches|raw }} {% else %}
{{ 'NO_MATCHES'|trans }}
{% endif %}
{% endif %} {% if todayMatches is defined %}
{% if todayMatches %} {{ todayMatches|raw }} {% else %}
{{ 'NO_MATCHES'|trans }}
{% endif %}
{% endif %} {% if tomorrowMatches is defined %}
{% if tomorrowMatches %} {{ tomorrowMatches|raw }} {% else %}
{{ 'NO_MATCHES'|trans }}
{% endif %}
{% endif %} {% if competitionsList %}
{{ competitionsList|raw }}
{% endif %}