{% extends 'modal.html.twig' %} {% block title %}{{ gamemaster.preferedName }}{% endblock %} {% block content %}

{% if gamemaster.picture %} {% else %} {% endif %}

{{ gamemaster.description }}


Je peux animer des parties des jeux suivants : {{ gamemaster.gamesCanMaster|map(game => game.name)|join(', ') }}

{% endblock %}