{% extends "base.html" %} {% block title %}Permissions for {{ resource_type }}: {{ parent }}{% if child %}/{{ child }}{% endif %}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Resource {{ parent }}{% if child %}/{{ child }}{% endif %}
| Date and time | Operation by | Operation | Principal | Action |
|---|---|---|---|---|
| {{ entry.timestamp }} | {{ entry.operation_by }} | {{ entry.operation }} | {% if entry.principal_type == 'group' %}{{ entry.group_name }} (group){% elif entry.principal_type in public_principals %}{{ public_principals[entry.principal_type] }} (general access){% else %}{{ entry.actor_id or '' }}{% endif %} | {{ entry.action_name }} |