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