{% extends "box.twig" %} {% block box_title %} {{ i18n.getMessage('results_block_title') }} {% endblock %} {% block box_content %} {% if matches|length > 0 %} {% for match in matches %} {% endfor %}
{{ match.home_team }} - {{ match.guest_team }} {{ match.home_goals }}:{{ match.guest_goals }}
{% endif %}

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

{% endblock %}