]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin/federation.tpl
Show month/halfyear usage
[friendica.git] / view / templates / admin / federation.tpl
index 37e3cb847a6e9786e45c43e89097af1ab2fac084..e80565fd1ba119311ef218be1d3f582ff0529709 100644 (file)
@@ -10,7 +10,7 @@
        <ul>
                {{foreach $counts as $c}}
                        {{if $c[0]['total'] > 0}}
-                       <li>{{$c[0]['platform']}} ({{$c[0]['total']}}/{{$c[0]['users']}})</li>
+                       <li>{{$c[0]['platform']}} ({{$c[0]['total']}} &bull; {{$c[0]['month']}} &bull; {{$c[0]['halfyear']}} &bull; {{$c[0]['users']}})</li>
                        {{/if}}
                {{/foreach}}
        </ul>