{% if season.isSingle() %}
{% if match.isFixture %} {{ match.getMatchTime() }} {% else %} {{ match.getTennisRoundScore() }} {% endif %}
  • {{ '_DATE_'|trans }}{{ match.getMatchDate() }}
  • {{ 'THE_TIME'|trans }}{{ match.getMatchTime() }}
  • {{ '_LOCATION_AR_'|trans }} {{ competition.getAreaAr() }}
{% else %}
{% if match.isFixture %} {{ match.getMatchTime() }} {% else %} {{ match.getTennisRoundScore() }} {% endif %}
  • {{ '_DATE_'|trans }}{{ match.getMatchDate() }}
  • {{ 'THE_TIME'|trans }}{{ match.getMatchTime() }}
  • {{ '_LOCATION_AR_'|trans }} {{ competition.getAreaAr() }}
{% endif %} {% if match.sets is defined and match.sets %}
{% for set in match.sets %} {% endfor %}
{{ set.score_a }} - {{ set.score_b }}
{% endif %}