{% extends "base.twig" %} {% import "macros/messagebox.twig" as messagebox %} {% import "macros/paginator.twig" as pagination %} {% block page_title %} {{ i18n.getMessage("youthmatches_title") }} {% endblock %} {% block page_content %} {% if matches is defined and matches|length > 0 %}
{{ i18n.getMessage("entity_youthmatch_matchdate") }} | {{ i18n.getMessage("entity_youthmatch_home_team_id") }} | {{ i18n.getMessage("entity_youthmatch_guest_team_id") }} | |
---|---|---|---|
{{ env.getFormattedDatetime(match.date, i18n) }} |
{% if match.home_team_picture|length %}
{% if match.home_user_picture|length > 0 %} |
{% if match.guest_team_picture|length %}
{% if match.guest_user_picture|length > 0 %} |
{% if match.simulated == 1 %} {{ match.home_goals }} - {{ match.guest_goals }} {% else %} {{ i18n.getMessage("formation_navlabel") }} {% endif %} |