diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/report/new/councils_text_all.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/web/default/report/new/councils_text_all.html b/templates/web/default/report/new/councils_text_all.html index df3388bf3..ecc81ca18 100644 --- a/templates/web/default/report/new/councils_text_all.html +++ b/templates/web/default/report/new/councils_text_all.html @@ -6,6 +6,13 @@ all_council_names.join( '</strong>' _ loc(' or ') _ '<strong>' ) ); %] +[% ELSIF all_councils.${area_ids_to_list.0}.type == 'LGD' %] +[% + tprintf( + loc('All the information you provide here will be sent to <strong>%s</strong> or <strong>Roads Service</strong>.'), + all_council_names.join( '</strong>' _ loc(' or ') _ '<strong>' ) + ); +%] [% ELSE %] [% tprintf( |