{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {%load render_table from django_tables2 %} {% block content %}
Workstation
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 }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% include 'ptuevents/ptuevent_panel.html' %}
Assignments
{% render_table assignments_table 'inc/table.html' %}
{% plugin_full_width_page object %}
{% endblock content %}