{% extends 'clean1/base.html' %} {% block header %}

Bags

Tiddlers in this bag

{% endblock %} {% block content %}

{{ bag.desc|e }}

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