diff --git a/root/tt/subscriber_edit_list.tt b/root/tt/subscriber_edit_list.tt
index c8e21eb..f8c8e11 100644
--- a/root/tt/subscriber_edit_list.tt
+++ b/root/tt/subscriber_edit_list.tt
@@ -30,7 +30,7 @@
[% ELSE %]
Anonymous calls (CLIR) are currently accepted!
[% END %]
- [% ELSE %]
+ [% ELSIF list_name == 'block_out_list' || list_name == 'adm_block_out_list' %]
[% IF list_mode %]
[% IF list_data %]
All outgoing calls are blocked by default, only the following destinations are allowed.
@@ -44,8 +44,10 @@
All outgoing calls are currently allowed, exceptions may be added below.
[% END %]
[% END %]
+ [% ELSE %]
+ Add or remove entries in the list below.
[% END %]
-
+