Sapan Bhatia | b5ce186 | 2017-07-31 15:48:19 -0400 | [diff] [blame] | 1 | from privilege import Privilege |
2 | from 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 %} |