{{ i18n.getMessage("last_match_block_title") }}

{% if last_match.match_id is defined %}

{{ env.getFormattedDatetime(last_match.match_date) }} | {{ i18n.getMessage("matchtype_" ~ last_match.match_type) }}

{{ last_match.match_home_name }} - {{ last_match.match_guest_name }}: {{ last_match.match_goals_home }} - {{ last_match.match_goals_guest }}

{% else %}

{{ i18n.getMessage("last_match_block_no_lastmatch") }}

{% endif %}