• {% if season.isSingle() %} {% if match.playerA is defined and not match.playerA is empty %} {{ match.playerA.getFullname() }} {% else %} unknown {% endif %} {% else %} {% if match.playerA1 is defined and not match.playerA1 is empty and match.playerA2 is defined and not match.playerA2 is empty %} {{ match.playerA1.getFullname() }} {{ match.playerA2.getFullname() }} {% else %} unknown {% endif %} {% endif %} {{ match.getTennisRoundScore() }} {% if season.isSingle() %} {% if match.playerB is defined and not match.playerB is empty %} {{ match.playerB.getFullname() }} {% else %} unknown {% endif %} {% else %} {% if match.playerB1 is defined and not match.playerB1 is empty and match.playerB2 is defined and not match.playerB2 is empty %} {{ match.playerB1.getFullname() }} {{ match.playerB2.getFullname() }} {% else %} unknown {% endif %} {% endif %}