{% extends 'generic/object.html' %} {% block content %}
AD User
Name {{ object.name }}
sAMAccountName {{ object.sAMAccountName }}
Status {{ object.status }}
Firstname {{ object.firstname }}
Lastname {{ object.lastname }}
ad_sid {{ object.ad_sid }}
ad_description {{ object.ad_description }}
position {{ object.position }}
department {{ object.department }}
comment {{ object.comment }}
VPN IP address {{ object.vpnIPaddress }}
Description {{ object.description }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% include 'ptuevents/ptuevent_panel.html' %} {% include 'ptuevents/ptworkstations_panel.html' %}
{% endblock content %}