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

Bag {{ bag.name }} {% if policy %} {% endif %}

{% if bag.name!='feedbag' %}
{% endif %}
Description: {% if bag.desc %} {{ bag.desc }} {% else %} No Description {% endif %}
{% 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 }}

Tiddlers {% if policy %} Upload Binary {% endif %}

{% endblock %}