You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if original_admission.checklist.current.donnees_personnelles.statut == 'GEST_BLOCAGE' and original_admission.checklist.current.donnees_personnelles.extra.fraud == '1' %}
29
-
{% field_data _('Fraudster status from SIC') _('Fraudster') css_class='bg-danger' html_tag='span' %}
30
-
{% else %}
31
-
{% field_data _('Fraudster status from SIC') _('No fraud identified') %}
32
-
{% endif %}
33
-
</div>
27
+
{% if is_fraudster_from_ares_error %}
28
+
<divclass="alert alert-warning">
29
+
{% blocktranslate %}Unable to get fraud status from the ARES at the moment{% endblocktranslate %}
30
+
</div>
31
+
{% elif is_fraudster_from_ares is True %}
32
+
<divclass="alert alert-danger">
33
+
{% blocktranslate %}<strong>Warning</strong> the candidate is reported as <strong>fraudster</strong> by the ARES{% endblocktranslate %}
{% include "admission/general_education/checklist_menu_item_status.html" with statut=current.statut item_name='donnees_personnelles' %}
66
+
63
67
{# Update the sic decision statuses #}
64
68
{% if view.is_doctorate %}
65
69
{% include 'admission/doctorate/includes/checklist/sic_decision_statuses.html' with proposition=admission current=original_admission.checklist.current.decision_sic %}
{% if original_admission.checklist.current.donnees_personnelles.statut == 'GEST_BLOCAGE' and original_admission.checklist.current.donnees_personnelles.extra.fraud == '1' %}
42
-
<divclass="alert alert-danger">{% trans "<strong>Warning</strong> the candidate is reported as a <strong>fraudster</strong>" %}</div>
43
-
{% endif %}
44
41
45
42
<divclass="form-group"><strong>{% trans "Contact language" %}</strong><spanclass="label label-admission-primary">{{ admission.langue_contact_candidat|formatted_language }}</span></div>
{% translate 'The authorization can not be done while there is one or more documents to be requested immediately.' as has_requested_documents_disabled_str %}
56
+
{% translate 'Sending the authorization is impossible while the personal data are in the "Fraudster" status.' as fraudster_disabled_str %}
59
57
{% if original_admission.type_demande == 'ADMISSION' %}
0 commit comments