{%extends "base.html"%} {%from "oauth2/profile_nav.html" import profile_nav%} {%block title%}View User{%endblock%} {%block content%}
{{profile_nav("resources", user_privileges)}}

Resources

{{flash_me()}}
{%for resource in resources %} {%else%} {%endfor%}
Resources
Name Category
{{resource.resource_name}} {{resource.resource_category.resource_category_key}}
  The user has no access to any resource.
{%endblock%}