diff --git a/root/tt/subscriber_edit_list.tt b/root/tt/subscriber_edit_list.tt
index ce2778c..054ef9c 100644
--- a/root/tt/subscriber_edit_list.tt
+++ b/root/tt/subscriber_edit_list.tt
@@ -28,7 +28,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.
@@ -42,8 +42,10 @@
All outgoing calls are currently allowed, exceptions may be added below.
[% END %]
[% END %]
+ [% ELSE %]
+ Add or remove entries in the list below.
[% END %]
-
+