[printing/machine] Affichage de la clef ipsec sur machine wifi
This commit is contained in:
parent
6abc1fbad7
commit
38a47e47ab
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
{% else %}
|
||||
{{"FALSE"|coul('rouge')}}
|
||||
{% endif %}
|
||||
{% if ipsec and o.objectClass.0 == "machineWifi" %}
|
||||
{{"Clef wifi : "|coul('gras')}}{{o.ipsec.0|coul('rouge')}}
|
||||
{% endif %}
|
||||
{% if o.proprio().aid %}
|
||||
{{"Propriétaire : "|coul('gras')}}{{o.proprio().prenom|join(', ')}} {{o.proprio().nom|join(', ')}} (aid={{o.proprio().aid|join(', ')}})
|
||||
{% elif o.proprio().cid %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue