{% if prefix or gateways_obj %}
Routing
{% if prefix %} {% endif %} {% if gateways_obj %} {% if gateways_obj.gateway_ip.assigned_object %} {% endif %} {% endif %}
Prefix{{ prefix }}
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 %}