{% extends 'members/member/dashboard.html.twig' %} {% block stylesheets %} {{ parent() }} #games-layout { display: flex; flex-direction: column; margin: 1% 0% 0% 0%; min-height: 800px; } #games-layout a button { background-color: #3FB626; color: white; height: 50px; width: 10%; min-width: 80px; border: solid 1px; } #game-layout { border: solid 1px; margin: 1% 0% 0% 0%; display: flex; flex-direction: column; align-items: center; } #game-layout div { margin: 0px 20px 0px 20px; } #actions { width: 100%; display: flex; flex-direction: row; justify-content: flex-end; } #actions a { margin: 0px 20px 0px 20px; } .img { } {% endblock %} {% block main_content %}
{% block tab_bar %} {{ parent() }} {% endblock %} {% block content %}Vous n'avez pas encore crée de campagne.
active
{% else %}inactive
{% endif %}{{ campaign.description | slice(0, 80) }}...