{% extends 'base.html' %} {% block content %}

Tiddlers in this bag

{{ bag.desc|e }}

You have the following permissions on this bag:

The policy on this bag is:

{%- for constraint in policy.attributes -%}
{{ constraint }}
    {%- for name in policy.__getattribute__(constraint) -%}
  • {{ name }}
  • {%- else -%}
  • Open to anyone.
  • {%- endfor -%}
{%- endfor -%}
{% endblock %}