diff --git a/resources/templates/provision/cisco/spa504g/{$mac}.xml b/resources/templates/provision/cisco/spa504g/{$mac}.xml
index 198f9e79cc..b2e3d244ee 100644
--- a/resources/templates/provision/cisco/spa504g/{$mac}.xml
+++ b/resources/templates/provision/cisco/spa504g/{$mac}.xml
@@ -182,20 +182,13 @@
{foreach $keys["line"] as $row}
{if $row.device_key_category == "line"}
-{if $row.device_key_type == "line"}
{$row.device_key_line}
{$row.device_key_label}
{if $row.device_key_type == "shared"}shared{else}private{/if}
-
-{else}
-Disabled
-{$row.device_key_label}
-private
{$row.device_key_value}
-{/if}
-{/if}
+{/if}
{/foreach}
Vertical First