aboutsummaryrefslogblamecommitdiffstats
path: root/view/tpl/admin_summary.tpl
blob: d3665626f8ea0f68d8c195dba9bb38a8f9b83192 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                    
                                       
 
            

                                          

             

                                       
             
 
            

                                     
             
                                   
                    

                                                                    
                     
                    
 
 
            
                                       
                


                                            

                
 
            

                                                    
             
 

      
<div class="generic-content-wrapper" id='adminpage'>
	<h1>{{$title}} - {{$page}}</h1>

	<dl>
		<dt>{{$queues.label}}</dt>
		<dd>{{$queues.queue}}</dd>
	</dl>
	<dl>
		<dt>{{$pending.0}}</dt>
		<dd>{{$pending.1}}</dt>
	</dl>

	<dl>
		<dt>{{$users.0}}</dt>
		<dd>{{$users.1}}</dd>
	</dl>
	{{foreach $accounts as $p}}
		<dl>
			<dt>{{$p.0}}</dt>
			<dd>{{if $p.1}}{{$p.1}}{{else}}0{{/if}}</dd>
		</dl>
	{{/foreach}}


	<dl>
		<dt>{{$plugins.0}}</dt>
		
		{{foreach $plugins.1 as $p}}
			<dd>{{$p}}</dd>
		{{/foreach}}
		
	</dl>

	<dl>
		<dt>{{$version.0}}</dt>
		<dd>{{$version.1}} - {{$build}}</dt>
	</dl>


</div>