{{ home_team.name }} {{ game.home_score }}-{{ game.away_score }} {{ away_team.name }}

{{ game.date }} - {{ game.year }} Season

{% for event in events %} {% if event.team != "away" %} {% else %} {% endif %} {% if event.team == "away" %} {% else %} {% endif %} {% endfor %}
{{ home_team.name }} Event Minute Event {{ away_team.name }}
{% if event.team != "away" %}{{ event.player_name }}{% endif %} {% if event.type == "goal" %}sports_soccer{% endif %} {% if event.type == "yellow" %}warning{% endif %} {% if event.type == "red" %}report{% endif %} {{ event.minute }}' {% if event.type == "goal" %}sports_soccer{% endif %} {% if event.type == "yellow" %}warning{% endif %} {% if event.type == "red" %}report{% endif %} {% if event.team == "away" %}{{ event.player_name }}{% endif %}

Goalkeepers: {% for keeper in home_goalkeepers %} {{ keeper.player_name }}{% if not forloop.last %}, {% endif %} ({{home_team.abbrev}}) {% endfor %} vs. {% for keeper in away_goalkeepers %} {{ keeper.player_name }}{% if not forloop.last %}, {% endif %} ({{away_team.abbrev}}) {% endfor %}