<%= fixturesLabel %>
<% if(firstNextMatch) { %>
<% if(firstNextMatch.toArray.date_hi && firstNextMatch.status!="live") { %>
<%= firstNextMatch.toArray.date_hi %>
<% } %> <% if(firstNextMatch.status=="live") { %>
<%= firstNextMatch.score %>
'<%= firstNextMatch.time.minute %>
<% } %>
<% firstNextMatch.lastMatches.homeTeamLastFixtures.forEach( f => { %> <% if(f == 1){ %>
W
<% } %> <% if(f == 0){ %>
<%= trans("D") %>
<% } %> <% if(f == -1){ %>
<%= trans("L") %>
<% } %> <% }) %>
<% firstNextMatch.lastMatches.awayTeamLastFixtures.forEach( f => { %> <% if(f == 1){ %>
W
<% } %> <% if(f == 0){ %>
G
<% } %> <% if(f == -1){ %>
V
<% } %> <% }) %>
<% if(firstNextMatch.venue) { %> <%= firstNextMatch.translatedDate %> <% } %> <% if(firstNextMatch.venue) { %> <%= firstNextMatch.venue.name %> <% } %>
<% } %> <% fixtures.forEach( fixture => { %>
VS
<%= fixture.awayTeam %>
<% if(fixture.status == "awaiting_update"){ %> <%= fixture.date_formatted.split(' ')[0] %> N.N.B. <% } else { %> <%= fixture.date_formatted %> <% } %>
<% }) %>
<%= view_total_ranking %>