{% extends 'bulma.html.twig' %} {% block title %}Mon compte{% endblock %} {% block content %}
{% for game in games %} {% endfor %}
Nom du jeu Description Genres Dans la ludothèque?
{{ game.name }} {{ game.description }} {% for genre in game.genre %}{{ genre.genre }} {% endfor %} {% if game.isInAssoLibrary %} {% if game.isPhysical %} Version physique
{% endif %} {% if game.isNumerical %} {% if game.getUrlNumericalVersion %}Version numérique {% else %}Version numérique{% endif %} {% endif %} {% else %} Non {% endif %}
{% endblock %}