{% if gateways_obj %}
Routing
Gateway IP{{ gateways_obj.gateway_ip.address.ip }}
Netmask{{ gateways_obj.gateway_ip.address.netmask }}
Wildcard{{ wildcard_bits }}
Gateway Device {% if gateways_obj.gateway_ip.assigned_object.parent_object %} {{ gateways_obj.gateway_ip.assigned_object.parent_object|linkify }} / {% endif %} {{ gateways_obj.gateway_ip.assigned_object|linkify }}
{% endif %}