{% load ldap_front %}
| Name | Job | Location | Team | VPN Enabled | Authentication method |
Authentication expiration |
User expiration |
Status |
|---|---|---|---|---|---|---|---|---|
| {{ user.name|default_if_none:user.username }} | {{ user.job_title|default_if_none:"" }} | {{ user.location|default_if_none:"" }} | {{ user.organisation_units|default_if_none:"" }} | {{ user.vpn_enabled|show_check|safe }} | {% if user.is_password_set %}Password{% endif %} {% if user.certificate_expirations %}Smartcard{% endif %} | {{ user.last_expiration|date:"d/m/Y" }} | {{ user.user_expiration|date:"d/m/Y" }} | {{ user.user_status.value }} |