{% extends 'members/members_template.html.twig' %} {% block stylesheets %} {{ parent() }} #breadcrumb { background-color: #7bdcf4; } #campaign-layout { width:100%; min-height: 800px;; display:flex; flex-direction:column; } #campaign-layout span { display: flex; flex-direction: row; } #campaign-layout div { display: flex; flex-direction: column; justify-content: center; } #campaign-layout span h3 { flex: 2; } #campaign-layout span label { flex: 8; } .line { display: flex; flex-direction: row; width:100%; margin: 2% 2% 2% 2%; justify-content: center; align-items: center; flex: 1; } .dashboard-container { /*background-image: linear-gradient(to right, #fdc6f2 , #b2babb);*/ background-image: linear-gradient(to right, #9bf0fc , #dbf3f7 ); border-radius: 20px; border:solid 1px; flex: 1; color: #000; font-size: 1em; display: flex; flex-direction: column; height: 100%; /*box-shadow: 8px 10px 12px rgba(0, 0, 0, 0.7);*/ box-shadow: 10px 12px 40px rgba(9, 202, 229, 0.7); margin: 2% 2% 2% 2%; font-weight: bold; } .dashboard-title { flex: 1; text-align: center; font-size: 2em; } .menu-element { border: solid 1px; border-radius: 10px; flex:1; height: 60%; display: flex; flex-direction: column; margin: 0% 10% 0% 10%; } .menu-element ul { list-style: none; height: 100%; display: flex; flex-direction: column; justify-content: space-around; } .menu-element ul li { display: flex; flex-direction: row; } .menu-element ul li label { flex: 1; } .menu-label { padding-left: 20px; border: solid 1px; margin: none; background-color: #7bdcf4; color: black; font-weight: bold; border-radius: 10px 10px 0px 0px; } .validate { width: 200px; height:50px; background-color: #f0bc26; } {% endblock %} {% block main_content %} {% block tab_bar %}
{% endblock %} {% block campaign %}

{{ campaign.name }}

maître de jeu

jeu

{% if campaign.isAvailable %}

disponibilité

{% else %}

disponibilité

{% endif %}

description

Si vous souhaitez créer un personnage dans cette campagne, envoyez une demande d'invitation au maître du jeu. Fournissez les informations nécessaires au maître de jeu pour qu'il puisse évaluer votre demande, en réponse aux éléments contenus dans la description de la campagne par exemple, votre identité, etc... S'il accepte, il vous enverra un lien dans votre messagerie privée pour créer un personnage.

{{ form_start(form) }} {{ form_widget(form) }} {{ form_end(form) }}
{% for error in form.vars.errors %}
{{ error.message }}
{% endfor %}
{% endblock %} {% endblock %} {% block javascript %} {{ parent() }} {% endblock %}