{%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%}
{{profile_nav(uipages, user_privileges)}} {{flash_me()}}

Are you sure you want to unassign the privilege to '{{privilege.privilege_description}}' from the role '{{role.role_name}}' on resource '{{resource.resource_name}}'?

{%endblock%}