|
|
@ -155,7 +155,7 @@ with this program; if not, write to the Free Software Foundation, Inc., |
|
|
<tr> |
|
|
<tr> |
|
|
<th scope="row">Adhésion</th> |
|
|
<th scope="row">Adhésion</th> |
|
|
<td class="text-right"> |
|
|
<td class="text-right"> |
|
|
{% if request_user.end_adhesion != None %} |
|
|
{% if request_user.is_adherent %} |
|
|
<font color="green">jusqu'au {{ request_user.end_adhesion|date:"d b Y" }}</font> |
|
|
<font color="green">jusqu'au {{ request_user.end_adhesion|date:"d b Y" }}</font> |
|
|
{% else %} |
|
|
{% else %} |
|
|
<font color="red">Non adhérent</font> |
|
|
<font color="red">Non adhérent</font> |
|
|
|