{% extends "website/w_base.html" %} {% load static %} {% block additionnal_css %} {% endblock %} {% block additionnal_scripts %} {% endblock %} {% block content %} {% if with_website_menu %} {% include "website/menu.html" %} {% endif %}
Nombre de parts détenues : {{data.total_partner_owned_share}}
Montant souscription : {{data.amount_subscription}} euros
{% if data.active_tmpl_reg_line_count %}Exempté.e
{% else %} {% if data.shift_type == 'standard' %}Créneau : {{data.current_template_name}}
{{data.final_standard_point}} point(s)
{% else %}Volant.e
{{data.final_ftop_point}} point(s)
{% endif %} {% if data.date_alert_stop %}En alerte jusqu'au {{ data.date_alert_stop|date:"d F Y" }}
{% endif %} {% if data.date_delay_stop %}Extension accordée jusqu'au {{ data.date_delay_stop|date:"d F Y" }}
{% endif %} {% endif %} {% endif %}