{% extends 'generic/object.html' %} {% block content %}
AD User
Name {{ object.name }}
sAMAccountName {{ object.sAMAccountName }}
Status {{ object.status }}
Firstname {{ object.firstname }}
Lastname {{ object.lastname }}
sAMAccountName {{ object.sAMAccountName }}
ad_guid {{ object.ad_guid }}
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' %}
{% endblock content %}