|
@@ -53,7 +53,9 @@
|
|
|
{% if party.gamemasterIsAuthor %}<p>Partie animée par son auteur(rice)</p>{% endif %}
|
|
{% if party.gamemasterIsAuthor %}<p>Partie animée par son auteur(rice)</p>{% endif %}
|
|
|
<p><strong>Âge recommandé : </strong>{{ party.getGame.getAgeRecommendationLabel }}</p>
|
|
<p><strong>Âge recommandé : </strong>{{ party.getGame.getAgeRecommendationLabel }}</p>
|
|
|
|
|
|
|
|
- <p><strong>Genres : </strong>{{ party.getGame.getGenre| join(", ") }}
|
|
|
|
|
|
|
+ <p><strong>Genres : </strong>{{ party.getGame.getGenre|map(g => g.name)|join(', ') }}
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|