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

Horaires et espace

le {{ party.getStartOn|date('d/m/Y \\d\\e H:i', app_timezone)}} à {{ party.getEndOn|date('H:i', app_timezone)}} • {{ party.getSlots.first.getSpace.getName }}

{{ party.getGame.getDescription }}

À propos du jeu

{% if party.gamemasterIsAuthor %}

Partie animée par son auteur(rice)

{% endif %}

Âge recommandé : {{ party.getGame.getAgeRecommendationLabel }}

Genres : {{ party.getGame.getGenre|map(g => g.name)|join(', ') }}

{% if party.getDescription %} {% endif %} {% if party.getSeatsLeft > 0 %} {% if party.getEndOn > date() or is_granted('ROLE_MANAGER') %} {% endif %} {% endif %}
{% endblock %}