{{ "Detail of an application / service"|trans }}
Add
List
| Name |
{{ application.name }} |
{% if application.httpLink is not empty %}
| Http Link |
{{ application.httpLink }} |
{% endif %}
{% if application.apiLink is not empty %}
| Api Link |
{{ application.apiLink }} |
{% endif %}
{% if application.apiBackLink is not empty %}
| Api BackLink |
{{ application.apiBackLink }} |
{% endif %}
| Application Pass |
{#{ application.applicationPass }#} ***** |
| Date saved |
{{ application.dateCreated ? application.dateCreated|date('d-m-Y H:i:s') : '' }} |
{#{ include('application/_delete_form.html.twig') }#}
{#{ "Paramètre(s) requis"|trans }#}Liste des utilisateurs enrôlés
| # |
Login |
Statut |
Date enrollement |
|
{% for bio_auth in application.bioAuths %}
| {{ loop.id }} |
{{ bio_auth.identification }} |
{% if bio_auth.status==1%}
Actif
{% elseif bio_auth.status==0 %}
En attente de validation
{% elseif bio_auth.status==2 %}
Bloqué
{% endif %}
|
{{ bio_auth.dateCreated ? bio_auth.dateCreated|date('d-m-Y H:i:s') : '' }} |
Historique
|
{% else %}
| no records found |
{% endfor %}
{% else %}
| no records found |
{% endfor %}