diff --git a/resources/views/admin/users/show.twig b/resources/views/admin/users/show.twig
index 734ca4e32b..e008708de1 100644
--- a/resources/views/admin/users/show.twig
+++ b/resources/views/admin/users/show.twig
@@ -59,7 +59,7 @@
{{ trans('list.is_activated') }} |
- {% if information.activated %}
+ {% if information.is_activated %}
Yes
{% else %}
No
@@ -69,7 +69,7 @@
|
{{ trans('list.is_blocked') }} |
- {% if information.blocked == 1 %}
+ {% if information.blocked %}
Yes:
{% if information.blocked_code == "" %}
|