{% extends "views/formation_base.twig" %} {% block formation_setup %}
{{ env.getFormattedDatetime(next_match.match_date) }} | {{ i18n.getMessage("matchtype_" ~ next_match.match_type) }}
{{ next_match.match_home_name }} - {{ next_match.match_guest_name }}
{{ i18n.getMessage("next_match_block_previous_matches") }}
{% if previous_matches is defined and previous_matches|length > 0 %}{{ previousMatch.home_team }} - {{ previousMatch.guest_team }} | {{ previousMatch.home_goals }} - {{ previousMatch.guest_goals }} |
{{ i18n.getMessage("next_match_block_no_previous_matches") }}
{% endif %}