{% extends 'bulma.html.twig' %} {% block title %}Mon compte{% endblock %} {% block content %}
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 %} |