{% extends "index_page.html" %} {%from "oauth2/profile_nav.html" import profile_nav%} {%block title%}View User{%endblock%} {%block content%}
Name: {{user_details.name}}
E-Mail: {{user_details.email}}
{%if user_details.group%}Group:{{user_details.group.group_name}}
{%else%}User is not a member of a group.
{%if group_join_request is defined and group_join_request.exists %}You have an active join request to a group.
{%else%} {%endif%} {%endif%} {%else%}No details found.
{%endif%}