You have the following permissions on this bag:
{%- for perm in user_perms -%}
- {{ perm }}
{%- endfor -%}
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 %}