{% extends 'ad_import/base.html' %} {% block content %}
Directory {{ computer.directory }}
Last update {{ computer.last_update }}
cn {{ computer.cn }}
description {{ computer.description }}
distinguishedName {{ computer.distinguishedName }}
lastLogon {{ computer.lastLogon }}
logonCount {{ computer.logonCount }}
name {{ computer.name }}
objectGUID {{ computer.objectGUID }}
objectSid {{ computer.objectSid }}
objectSidString {{ computer.objectSidString }}
operatingSystem {{ computer.operatingSystem }}
operatingSystemHotfix {{ computer.operatingSystemHotfix }}
operatingSystemServicePack {{ computer.operatingSystemServicePack }}
operatingSystemVersion {{ computer.operatingSystemVersion }}
pwdLastSet {{ computer.pwdLastSet }}
userAccountControl {{ computer.userAccountControl }}
whenChanged {{ computer.whenChanged }}
whenCreated {{ computer.whenCreated }}
{% endblock %}