diff --git a/main/template/default/social/user_block.tpl b/main/template/default/social/user_block.tpl index 94384298d2..9d1dc12083 100644 --- a/main/template/default/social/user_block.tpl +++ b/main/template/default/social/user_block.tpl @@ -3,7 +3,8 @@
- {% elseif user.status == 1 %} + {% elseif user.status == 1 or user.status == 17 %}
{% if user.is_admin %} @@ -33,9 +34,7 @@
-
- {% if user.language %} {% if user.language.code == 'fr' %} @@ -56,7 +55,6 @@
{% for item in extra_info %} {% if item.variable == 'langue_cible' %} - {% if item.value == 'French2' %} {% elseif item.value == 'German2' %} @@ -70,18 +68,12 @@ {% elseif item.value == 'English' %} {% endif %} - {% endif %} {% endfor %}
- - {# Ofaj #} - - -