{% if season.isSingle() %}
{% else %}
{% endif %}
{% if match.sets is defined and match.sets %}
{% for set in match.sets %}
{% endif %}
{% if match.isFixture %}
{{ match.getMatchTime() }}
{% else %}
{{ match.getTennisRoundScore() }}
{% endif %}

- {{ '_DATE_'|trans }}{{ match.getMatchDate() }}
- {{ 'THE_TIME'|trans }}{{ match.getMatchTime() }}
- {{ '_LOCATION_AR_'|trans }} {{ competition.getAreaAr() }}

{% if match.isFixture %}
{{ match.getMatchTime() }}
{% else %}
{{ match.getTennisRoundScore() }}
{% endif %}

- {{ '_DATE_'|trans }}{{ match.getMatchDate() }}
- {{ 'THE_TIME'|trans }}{{ match.getMatchTime() }}
- {{ '_LOCATION_AR_'|trans }} {{ competition.getAreaAr() }}

{{ set.score_a }} - {{ set.score_b }} |