blob: d970ceab98be993f2a969838fd09b6e1743634df [file] [log] [blame]
Sapan Bhatiab5ce1862017-07-31 15:48:19 -04001from privilege import Privilege
2from django.db.models import Q
3
4{% for m in proto.messages %}
5{% if m.policy %}
6{{ xproto_fol_to_python_test(m.policy, proto.policies[m.policy], m) }}
7{% endif %}
8
9{% endfor %}