diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl
index 727be5eba..3394cd2ae 100644
--- a/view/tpl/app.tpl
+++ b/view/tpl/app.tpl
@@ -1,23 +1,25 @@
-
-
-{{$app.name}}
-
-{{if $app.type !== 'system'}}
-{{if $purchase}}
-
-{{/if}}
-
-{{if $install || $update || $delete }}
-
-
-{{/if}}
-{{/if}}
-
+
+ {{if $app.type !== 'system'}}
+ {{if $purchase}}
+
+ {{/if}}
+ {{if $install || $update || $delete }}
+
+
+
+ {{/if}}
+ {{/if}}