{% if studentApplicationsList|length > 0 %}

Applications actives

{% for key, application in studentApplicationsList %}
{{application.application}}
Inscrit le : {{application.date_inscription|date("d/m/Y") }}
{% if application.id_app == 11 or application.id_app == 18 or application.id_app == 12 or application.id_app == 13 or application.id_app == 9 or application.id_app == 15 or application.id_app == 17 or application.id_app == 14 or application.id_app == 22 %}
Identifiant : {{studentEnpcAccount.loginEnpc}} Mot de passe : {{studentEnpcAccount.pwdEnpc}}
{% else %}
Séries réalisées : {{application.credit_conso}} / {{application.credit_restant + application.credit_conso}}
{% endif %}
{% if (application.statut == 'ouvert' and studentEnpcAccount)%} {% if application.date_fin %} Valide jusqu'au {{application.date_fin|date("d/m/Y") }} {% endif %} {# show access to prepacode when applications are active#} {% if ( application.id_app == 1 or application.id_app == 16 or application.id_app == 24 or application.id_app == 2 or application.id_app == 5 or application.id_app == 29 or application.id_app == 3 or application.id_app == 6 or application.id_app == 4 or application.id_app == 7 or application.id_app == 8 or application.id_app == 19 )%} {% if autoLoginUrls.url_prepacode != null %} {% else %}
{% endif %}
{% elseif(application.id_app == 20) %}
{% elseif(application.id_app == 10) %} {% if autoLoginUrls.url_eval_plus != null %} {% else %}
{% endif %} {% elseif( application.id_app == 31 or application.id_app == 32 or application.id_app == 33 ) %}
{% endif %} {% else %} {% if application.date_fin %} Valide jusqu'au {{application.date_fin|date("d/m/Y") }} {% endif %} Accès fermé {% endif %}

Exemple : Saisir "1 mois" prolonge l'accès à l'application de l'élève pendant 1 mois et saisir "-1 mois" le raccourci d'1 mois.

Changement de validité:
{# hidden form #} {% if (application.statut == 'ouvert' and studentEnpcAccount)%} {% endif %}
{% endfor %} {% else %}

Aucune inscription trouvée

{#

Pour sélectionnez les applications auxquelles vous souhaitez prolonger la durée ou inscrire l'élève cliquez sur Inscrire l'élève aux applications

#}
{% endif %}