[% IF list_name == 'block_in_list' || list_name == 'adm_block_in_list' %]
[% IF list_mode %]
[% IF list_data %]
All incoming calls are blocked by default, only the following callers are allowed.
[% ELSE %]
All incoming calls are currently blocked, exceptions may be added below.
[% END %]
[% ELSE %]
[% IF list_data %]
All incoming calls are accepted by default, only the following callers are blocked.
[% ELSE %]
All incoming calls are currently accepted, exceptions may be added below.
[% END %]
[% END %]
[% IF block_in_clir %]
Anonymous calls (CLIR) are currently blocked!
[% ELSE %]
Anonymous calls (CLIR) are currently accepted!
[% END %]
[% ELSE %]
[% IF list_mode %]
[% IF list_data %]
All outgoing calls are blocked by default, only the following destinations are allowed.
[% ELSE %]
All outgoing calls are currently blocked, exceptions may be added below.
[% END %]
[% ELSE %]
[% IF list_data %]
All outgoing calls are allowed by default, only the following destinations are blocked.
[% ELSE %]
All outgoing calls are currently allowed, exceptions may be added below.
[% END %]
[% END %]
[% END %]