{% 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(', ') }}

{% if is_granted('ROLE_MANAGER') or is_granted('ROLE_ADMIN') %}
{% if gamemaster.phone %} {% endif %}
{% endif %} {% endblock %}