diff --git a/nano/templates/smartfridge.tmpl b/nano/templates/smartfridge.tmpl
index cc25d760ce0..f1acf955e84 100644
--- a/nano/templates/smartfridge.tmpl
+++ b/nano/templates/smartfridge.tmpl
@@ -15,7 +15,7 @@
{{for data.contents}}
{{:value.display_name}} ({{:value.quantity}} available)
-
Vend:
{{:helper.link('x1', 'circle-arrow-s', { "vend" : value.vend, "amount" : 1 }, null, 'statusValue')}}
+
Vend:
{{:helper.link('x1', 'circle-arrow-s', { "vend" : value.vend, "amount" : 1 }, null, 'statusValue')}}
{{if value.quantity >= 5}}
{{:helper.link('x5', 'circle-arrow-s', { "vend" : value.vend, "amount" : 5 }, null, 'statusValue')}}
{{/if}}