{% extends 'role/member/admin/games/game_homepage.html.twig' %} {% block stylesheets %} {{ parent() }} #member_template_layout { display: flex; flex-direction: column; min-height: 800px; } #route_game_books { background-color: #ecf0f1; } #route_users { background-color: #797d7f; } #route_game_homepage { background-color: #797d7f; } #icon_available { width: 50px; height: 50px; border-radius: 50%; font-weight: bold; } .list li p { margin: 0px 10px 0px 0px; } {% endblock %} {% block breadcrumbs %} {{ parent() }} > liste des jeux > {{ game.name }} {% endblock %} {% block area_user %} {{ parent() }} {% endblock %} {% block title_page %} {{ title }} {% endblock %} {% block body_content %} {% if books | length == 0 %}
Il n'y a aucun supplément crée actuellement.
{% else %}