{%extends "base.html"%} {%from "oauth2/profile_nav.html" import profile_nav%} {%from "oauth2/display_error.html" import display_error%} {%block title%}View User{%endblock%} {%block content%}
Name | Actions | |
---|---|---|
{{user.name}} | {{user.email}} | Remove |
{%if user_error is defined%} {{user_error.error}} {{user_error.error_description}} {%else%} No users found for this group {%endif%} |