diff --git a/beat/web/accounts/templates/accounts/settings.html b/beat/web/accounts/templates/accounts/settings.html
index 93246b31832b3243d1eb45010ea4ed986740658d..fff455b067997cc5f9cebb95c725a1fc92c1d14b 100644
--- a/beat/web/accounts/templates/accounts/settings.html
+++ b/beat/web/accounts/templates/accounts/settings.html
@@ -280,6 +280,7 @@
 </div>
 
 {% else %}
+{% if supervisiontracks_pending|length > 0 or supervisiontracks_valid|length > 0 %}
 <div class="row">
 
   <div class="col-sm-6 col-sm-offset-1">
@@ -369,6 +370,7 @@ You can remind them to revalidate there account before the expiration date or el
   </div>
 </div>
 
+{% endif %}
 {% endif %}
 
 {% change_supervisor "change_supervisor" %}