{% extends "persons/master.html" %} {% block title %} {% if domainObject %} {% firstof domainObject.fullname domainObject.name %} {% else %} No User! {% endif %} {% endblock %} {% block content %}
{{ domainObject.fullname }}
{{ domainObject.email }}
{{ domainObject.role.name }}
{{ domainObject.researcher.getLabelValue }}
{{ domainObject.state.name }}
{{ domainObject.dateCreated }}