]> git.mxchange.org Git - friendica.git/blob - view/smarty3/admin_summary.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / admin_summary.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<div id='adminpage'>
6         <h1>{{$title}} - {{$page}}</h1>
7
8         <dl>
9                 <dt>{{$queues.label}}</dt>
10                 <dd>{{$queues.deliverq}} - {{$queues.queue}}</dd>
11         </dl>
12         <dl>
13                 <dt>{{$pending.0}}</dt>
14                 <dd>{{$pending.1}}</dt>
15         </dl>
16
17         <dl>
18                 <dt>{{$users.0}}</dt>
19                 <dd>{{$users.1}}</dd>
20         </dl>
21         {{foreach $accounts as $p}}
22                 <dl>
23                         <dt>{{$p.0}}</dt>
24                         <dd>{{if $p.1}}{{$p.1}}{{else}}0{{/if}}</dd>
25                 </dl>
26         {{/foreach}}
27
28
29         <dl>
30                 <dt>{{$plugins.0}}</dt>
31                 
32                 {{foreach $plugins.1 as $p}}
33                         <dd>{{$p}}</dd>
34                 {{/foreach}}
35                 
36         </dl>
37
38         <dl>
39                 <dt>{{$version.0}}</dt>
40                 <dd>{{$version.1}} - {{$build}}</dt>
41         </dl>
42
43
44 </div>