2 {{* Strings which are needed for some js functions (e.g. translation or the interval for page update)
3 They are loaded into the html <head> so that js functions can use them *}}
4 <script type="text/javascript">
5 var updateInterval = {{$update_interval}};
7 var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
9 'delitem' : "{{$delitem}}",