{% extends 'role/member/admin/admin_template.html.twig' %} {% block stylesheets %} {{ parent() }} .user_area ul { background-color: white; border: none; } .red { color: red; } .green { color: green; } #route_game_homepage { background-color: #ecf0f1; } #route_users { background-color: #797d7f; } #route_game_books { background-color: #797d7f; } #route_news { background-color: #797d7f; } #member_template_layout { display: flex; flex-direction: row; } #member_template_layout div { margin: 10px; } #game_details { display: flex; flex-direction: column; } #content_layout { display: flex; flex-direction: column; } #detail_layout { display: flex; flex-direction: row; } {% endblock %} {% block breadcrumbs %} {{ parent() }} > liste des jeux > {{ game.name }} {% endblock %} {% block area_user %} {#