{% endif %}
{{ user }}
|
{% for branch in branches | sort_branches %}
{% 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 %}
{% else %}
|
{% endif %}
|
{% endfor %}
{% endfor %}