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