{% extends 'modal.html.twig' %} {% block title %}{{ game.name }}{% endblock %} {% block header %} {% if game.getPicture %} {% endif %} {% endblock %} {% block content %}
{{ game.getDescription }}
À propos du jeu
Meneur(euse)s : {{ game.getGamemasters|map(gm => gm.preferedName)|join(', ') }}