{% extends "hosterbase.html" %} {% block body %} {% if policy or delete %} {% endif %} {% if policy %} {% endif %}

Bag {{ bag.name }}

{% if not bag.name=='feedbag' %}
{% endif %}
Description: {{ bag.desc }}
{% if delete %} {% endif %} {% if policy %}

Policy

{% for constraint in ['read', 'write', 'create', 'delete', 'manage'] %}
{{ constraint }}
    {% for entry in policy[constraint] %}
  • {{ entry }}
  • {% endfor %}
{% endfor %}
Reset policy to
{% endif %}
{{ representations }}
{% endblock %}