diff --git a/view/theme/frio/templates/admin/users/active.tpl b/view/theme/frio/templates/admin/users/active.tpl
index c2909088ac..c381cf0cf8 100644
--- a/view/theme/frio/templates/admin/users/active.tpl
+++ b/view/theme/frio/templates/admin/users/active.tpl
@@ -129,15 +129,9 @@
{{if $u.is_deletable}}
- {{if $u.blocked}}
-
-
-
- {{else}}
- {{/if}}
diff --git a/view/theme/frio/templates/admin/users/blocked.tpl b/view/theme/frio/templates/admin/users/blocked.tpl
index 3b80556518..f53dc16b7c 100644
--- a/view/theme/frio/templates/admin/users/blocked.tpl
+++ b/view/theme/frio/templates/admin/users/blocked.tpl
@@ -86,6 +86,7 @@
{{/if}}
{{if $u.is_admin}}{{/if}}
+ {{if $u.blocked}}{{/if}}
{{if $u.account_expired}}{{/if}}
|
{{/if}}
diff --git a/view/theme/frio/templates/admin/users/index.tpl b/view/theme/frio/templates/admin/users/index.tpl
index 41226eb44c..e8ae271bb6 100644
--- a/view/theme/frio/templates/admin/users/index.tpl
+++ b/view/theme/frio/templates/admin/users/index.tpl
@@ -87,6 +87,8 @@
{{/if}}
{{if $u.is_admin}}{{/if}}
+ {{if $u.blocked}}{{/if}}
+ {{if $u.deleted}}{{/if}}
{{if $u.account_expired}}{{/if}}
{{/if}}
@@ -131,7 +133,7 @@
{{if $u.is_deletable}}
{{if $u.blocked}}
-
+
{{else}}