{% extends 'modal.html.twig' %} {% block title %}{{ game.name }}{% endblock %} {% block header %} {% if game.getPicture %} {% endif %} {% endblock %} {% block content %}

{{ game.getDescription }}

À propos du jeu

  • Âge recommandé : {{ game.getAgeRecommendationLabel }}
  • Genres : {{game.getGenre|map(g => g.genre)|join(', ') }}
{% if is_granted('ROLE_MANAGER') %} {# TODO: limiter aux MJ présents #}

Meneur(euse)s :
{{ game.getGamemasters|map(gm => gm.preferedName)|join(', ') }}

{% endif %}
{% endblock %}