{% extends 'generic/object.html' %} {% block content %}
User Profile
Name {{ object.name }}
Auth {{ object.auth }}
Priv {{ object.priv }}
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %}
{% endblock %}