{% extends 'base.html.twig' %} {% block body %}
Tableau de bord / {{ "now"|date("M Y") }}

Mutuelle MARE-GAILLARD


Analyse Contrat Annuel - Viager PP
Analyse des effectifs PP
Analyse des effectifs cotisants
Analyse des Radiations
Tracking NON VIE
Tracking VIE
INDICATEURS
{% for mois in totalsante %} {% endfor %} {% for titre, ligne in effectifs %} {% if titre == "CSS" or titre == "CMU" or titre == "ACS" %} {% elseif titre == "NON VIE (Hors ACS Hors CSS Hors CMU)" or titre == "VIE" %} {% elseif titre == "NOMBRE DE PP (HORS ACS)" %} {% else %} {% endif %} {% for key, value in ligne %} {% endfor %} {% endfor %} {% for titre, ligne in effectifsCot %} {% if titre == "CSS" or titre == "CMU" or titre == "ACS" %} {% elseif titre == "NON VIE (Hors ACS Hors CSS Hors CMU)" or titre == "VIE" %} {% elseif titre == "EFFECTIF COTISANT (HORS ACS)" or titre == "NOMBRE ENTREPRISES" %} {% else %} {% endif %} {% for key, value in ligne %} {% endfor %} {% endfor %} {% for mois in totalsante %} {% endfor %} {% for titre, ligne in adhesions %} {% if titre == "CSS" or titre == "CMU" or titre == "ACS" %} {% elseif titre == "NON VIE (Hors ACS Hors CSS Hors CMU)" or titre == "VIE" or titre == "CONTRAT ANNUEL" or titre == "VIAGER" %} {% elseif titre == "EFFECTIF COTISANT (HORS ACS)" or titre == "NOMBRE ENTREPRISES" or titre == "VIE Nombre de contrats" or titre == "ADHESIONS HORS ACS (VIE + NON VIE)" or titre == "SECTEURS PARTICULIERS : Adhésions nombre de contrat"%} {% elseif titre == "- dont Secteur des PROFESSIONNELS : Contrats salariés" or titre == "- dont Secteur des PARTICULIERS : Contrats hors ACS" %} {% else %} {% endif %} {% for key, value in ligne %} {% endfor %} {% endfor %} {% for data in newCompanies %} {% if data[1]|date("Y") != '2020' %} {% else %} {% endif %} {% endfor %} {% for mois in totalsante %} {% endfor %} {% for titre, ligne in radiations %} {% if titre == "Radiation (TT motif)" or titre == "Nombre de décès" or titre == "Radiation (Hors Décès)" %} {% else %} {% endif %} {% for key, value in ligne %} {% endfor %} {% endfor %}
EFFECTIFS{{mois.kpidate|date("M Y")}}Variation Pourcentage
{{titre}} {{value}} {% if key == 'variationPctg'%}{{' %'}}{% endif %}
{{titre}} {{value}} {% if key == 'variationPctg'%}{{' %'}}{% endif %}
ADHESIONS{{mois.kpidate|date("M Y")}}Variation Pourcentage
{{titre}} {{value}} {% if key == 'variationPctg' or titre == '% Atteinte NON VIE' or titre == '% Atteinte VIE' %}{{' %'}}{% endif %}
SECTEUR ENTREPRISES : Adhésions nombre d'entreprise{{data[0][1]}}
RADIATION - DECES (CUMUL ANNUEL){{mois.kpidate|date("M Y")}}Variation Pourcentage
{{titre}} {{value}} {% if key == 'variationPctg' %}{{' %'}}{% endif %}

{#
#}
{% endblock %} {% block javascripts %} {% endblock %}