{% extends "_container.html" %} {% macro render_field(field) %}
{{ field(**kwargs)|safe }} {% if field.errors %} {% endif %}
{% endmacro %} {% block content %}

Statistiques

{{ render_field(form.periode_debut) }} {{ render_field(form.periode_fin) }} {{ render_field(form.types_demande) }} {{ render_field(form.structure) }} {{ render_field(form.porteur) }} {{ render_field(form.financeurs) }} {{ render_field(form.types_recrutement) }}

Chiffres clefs

Total: {{ nb_total }}

  Dont en cours: {{ nb_en_cours }}

    Dont en édition (après une demande de modification): {{ nb_en_edition }}

    Dont en validation: {{ nb_en_validation }}

    Dont en vérification DR&I: {{ nb_en_verification }}

    Dont en instruction DR&I: {{ nb_en_instruction }}

  Dont archivées: {{ nb_archivee }}

    Dont traitement finalisé par la DR&I: {{ nb_traitee }}

    Dont rejetées par la DR&I: {{ nb_rejetee }}

    Dont abandonnés: {{ nb_abandonnee }}

{% if stats.conventions.count %} {% for x in stats.conventions.montant %} {% endfor %} {% for x in stats.conventions.recrutements_prev %} {% endfor %} {% for x in stats.conventions.duree %} {% endfor %} {% endif %} {% if stats.rh.count %} {% for x in stats.rh.duree %} {% endfor %} {% for x in stats.rh.salaire_brut_mensuel %} {% endfor %} {% for x in stats.rh.cout_total_mensuel %} {% endfor %} {% endif %} {% if stats.avenants.count %} {% endif %} {% if stats.pi_logiciel.count %} {% endif %} {% if stats.pi_invention.count %} {% endif %} {% for x in stats.duree_traitement %} {% endfor %}
Moyenne Médiane Ecart-type Min Max Cumul
Demandes de conventions de recherche ({{ stats.conventions.count }})
Montant (€){{ "{:,.2f}".format(x).replace(",", "\u00A0").replace('.', ',') }}
Recrutements prévus{{ "{:,.2f}".format(x).replace(",", "\u00A0").replace('.', ',') }}
Durée prev. (mois){{ "{:,.2f}".format(x).replace(",", "\u00A0").replace('.', ',') }}
Demandes RH ({{ stats.rh.count }})
Durée (mois){{ "{:,.2f}".format(x).replace(",", "\u00A0").replace('.', ',') }}
Salaire brut mensuel (€){{ "{:,.2f}".format(x).replace(",", "\u00A0").replace('.', ',') }}
Coût total mensuel (€){{ "{:,.2f}".format(x).replace(",", "\u00A0").replace('.', ',') }}
Avenants convention ({{ stats.avenants.count }})
PI logiciel ({{ stats.pi_logiciel.count }})
PI invention ({{ stats.pi_invention.count }})
Durée de traitement (jours){{ "{:,.2f}".format(x).replace(",", "\u00A0").replace('.', ',') }}
{% endblock %}