-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplification / passage de l'inscription à la veille dans l'espace m…
…embre
- Loading branch information
Showing
11 changed files
with
132 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{% extends ':admin/association/membership:_base.html.twig' %} | ||
|
||
{% block stylesheets %} | ||
{{ parent() }} | ||
<link rel="stylesheet" href="{{ asset('css/glyphicons.css') }}" media="screen" /> | ||
<link rel="stylesheet" href="{{ asset('css/techletter.css') }}" media="screen" /> | ||
{% endblock %} | ||
|
||
|
||
{% block submenu %} | ||
{% include ':admin/association/membership:_member_menu.html.twig' with { | ||
current: "techletter" | ||
} only %} | ||
{% endblock %} | ||
|
||
{% block page_title %}Veille de l'AFUP{% endblock %} | ||
|
||
|
||
{% block page_content %} | ||
|
||
<p>Pour plus d'informations sur la veille de l'AFUP, consultez <a href="{{ path('techletter') }}">cette page</a>.</p> | ||
|
||
{% if not feeUpToDate %} | ||
<div class="txtcenter"> | ||
<p class="erreur"> | ||
Vous n'êtes pas à jour de votre cotisation.<br> | ||
<br> | ||
Vous ne pourrez donc pas recevoir, vous inscrire ni consulter l'historique des veilles de l'AFUP.<br> | ||
<br>Vous pouvez dès à présent régler votre cotisation via <a href="{{ path('member_membership_fee') }}">"Cotisations".</a> | ||
</p> | ||
</div> | ||
{% else %} | ||
<div class="txtcenter"> | ||
{% if subscribed %} | ||
<p>Vous recevez actuellement la veille de l'AFUP deux fois par mois sur l'adresse {{ app.user.email }}.</p> | ||
<br /> | ||
<a href="{{ path('member_techletter_unsubscribe') }}" class="button button-inverted">Me désincrire</a> | ||
{% else %} | ||
<p>Vous ne recevez actuellement pas la veille de l'AFUP.</p> | ||
<br /> | ||
|
||
<form class="techletter-subscription--form" method="post" action="{{ path('member_techletter_subscribe') }}"> | ||
<input type="hidden" name="_csrf_token" value="{{ token }}" /> | ||
<button class="button button--call-to-action">M'inscrire</button> | ||
</form> | ||
|
||
{% endif %} | ||
</div> | ||
{% endif %} | ||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters