]> git.mxchange.org Git - friendica.git/blob - view/admin_summary.tpl
Merge pull request #512 from fermionic/auto-redir-for-local-hub-contacts
[friendica.git] / view / admin_summary.tpl
1 <div id='adminpage'>
2         <h1>$title - $page</h1>
3
4         <dl>
5                 <dt>$queues.label</dt>
6                 <dd>$queues.deliverq - $queues.queue</dd>
7         </dl>
8         <dl>
9                 <dt>$pending.0</dt>
10                 <dd>$pending.1</dt>
11         </dl>
12
13         <dl>
14                 <dt>$users.0</dt>
15                 <dd>$users.1</dd>
16         </dl>
17         {{ for $accounts as $p }}
18                 <dl>
19                         <dt>$p.0</dt>
20                         <dd>{{ if $p.1 }}$p.1{{ else }}0{{ endif }}</dd>
21                 </dl>
22         {{ endfor }}
23
24
25         <dl>
26                 <dt>$plugins.0</dt>
27                 
28                 {{ for $plugins.1 as $p }}
29                         <dd>$p</dd>
30                 {{ endfor }}
31                 
32         </dl>
33
34         <dl>
35                 <dt>$version.0</dt>
36                 <dd>$version.1 - $build</dt>
37         </dl>
38
39
40 </div>