{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {%load render_table from django_tables2 %} {% block content %}
Name | {{ object.name }} |
---|---|
CN | {{ object.CN }} |
DistinguishedName | {{ object.DistinguishedName }} |
Location | {{ object.location }} |
ad_sid | {{ object.ad_sid }} |
ad_description | {{ object.ad_description }} |
Description | {{ object.description }} |