forked from parti-renaissance/espace-adherent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_layout_copol.html.twig
24 lines (21 loc) · 928 Bytes
/
_layout_copol.html.twig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{% extends 'voting_platform/_layout_base.html.twig' %}
{% block banner %}
<div class="space--10-0 background--green-territory">
<div class="l__wrapper--wide">
<a href="{{ path('app_territorial_council_index') }}"
class="text--body text--small text--white link--no-decor">
Retourner au Conseil territorial <span class="text--bold">{{ election.electionEntity.territorialCouncil.name }}</span> →
</a>
</div>
</div>
{% endblock %}
{% block vote_step_pool_title %}
Étape {{ pool_index + 1 }} : Sélectionnez un binôme {{ get_election_pool_title_key(pool)|trans }}
{% endblock %}
{% block vote_finish_action_block %}
<div class="b__nudge--bottom-large b__nudge--top-large">
<a href="{{ path('app_territorial_council_index') }}" class="btn btn--blue">
Retour au Conseil territorial
</a>
</div>
{% endblock %}