{% extends "master.html" %} {% from "_formhelpers.html" import render_field_in_cell %} {% block title %} {{ package }} ACL | PkgDB {% endblock %} {%block tag %}packages{% endblock %} {% block content %}

Update ACLs on package: {{ package }}

{% if pending_acls %}

User {{ user }} has for the following ACLs:

{% for acls in pending_acls %} {% endfor %}
{{ acls['collection'] }} {{ acls['acl'] }} {{ acls['status'] }}
{{ render_field_in_cell(form.branches) }} {{ render_field_in_cell(form.acl) }} {{ render_field_in_cell(form.acl_status) }}

{{ form.csrf_token }}

Use your mouse or the control key to select multiple ACLs at once

{% else %}

No pending ACLs for this user on this package.

{% endif %} {% endblock %}