diff --git a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/delete_default_static_routes.j2 b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/delete_default_static_routes.j2
index f3d8d46b24117664afda6c35adc295394dcab927..e14eb22857e7c0956882be488dbef6b1654c4c5e 100644
--- a/geant/gap_ansible/roles/bc_templates/routers/nokia/router/delete_default_static_routes.j2
+++ b/geant/gap_ansible/roles/bc_templates/routers/nokia/router/delete_default_static_routes.j2
@@ -3,7 +3,7 @@
         <router xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes">
           <router-name>Base</router-name>
           <static-routes xmlns="urn:nokia.com:sros:ns:yang:sr:conf" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nokia-attr="urn:nokia.com:sros:ns:yang:sr:attributes">
-          {% for route in nokia_static_routes %}
+          {% for route in nokia_p_static_routes %}
             <route alu:operation="delete">
               <ip-prefix>{{ route.ip_prefix }}</ip-prefix>
               <route-type>{{ route.route_type }}</route-type>