{% extends "base.html" %} {% block content %}
{{ _('These are all the permissions the user currently has through their roles:') }}
{% set user_permissions = user.get_all_permissions() %} {% if user_permissions %}{{ _('No permissions (assign roles to grant permissions)') }}
{% endif %}