{% load helpers %}
Assign NAT Policy Weight to Device
{% if object.natpolicydevicem2m_set.all %}
{% csrf_token %} {% for m2m in object.natpolicydevicem2m_set.all %} {% endfor %}
Weight Device
{{ m2m.device }}
{% if request.user|has_perms:device_weight_tab_perms %} {% endif %}
{% else %}
No Devices assigned
{% endif %}