{% extends "inc/layout.html" %} {% block title %}Client application information{% endblock %} {% block content %}
This app provides the following resources and actions on resources.
# | Name | Title | Description | {% if g.user == client.user %}Action | {% endif %}|
---|---|---|---|---|---|
{{ loop.index }} | {{ resource.name }}{% if resource.siteresource %} (site){% endif %} | {{ resource.title }} | {{ resource.description }} | {% if g.user == client.user %}Edit | Delete | {% endif %}
{{ outer_loop_index }}.{{ loop.index }} | {{ action.name }} | {{ action.title }} | {{ action.description }} | {% if g.user == client.user %}Edit | Delete | {% endif %}
Define a new action → | |||||
(This application does not provide any resources) |
The following users have permissions to this app.
# | User | Permissions | Action | |
---|---|---|---|---|
{{ loop.index }} | {{ pa.user.displayname() }} | {{ pa.permissions }} | Edit | Delete | {% else %}
(No permissions assigned) |
Define a new permission →
Assign permissions to a new user →