{% extends "master.html" %} {% block title %} {{ package.name }} | PkgDB {% endblock %} {%block tag %}packages{% endblock %} {% block content %}

{{ package.name }} > Edit {{ acl.capitalize() }} Access

User(s)

{% for branch in branches | sort %} {% endfor %} {% for user in commit_acls | sort %} {% if loop.last %} {% else %} {% endif %} {% for branch in branches | sort %} {% set coltype = loop.cycle('col_odd', 'col_even') %} {% if acl in commit_acls[user][branch] %} {% set select_cl = commit_acls[user][branch][acl].replace(' ', '_') %} {% else %} {% set select_cl = '' %} {% endif %} {% if not loop.last %} {% endfor %} {% endfor %}
{{ branch }}
{{ user }} {% else %} {% endif %}
{{ form.csrf_token }}
{% endblock %} {% block jscripts %} {{ super() }} {% endblock %}