]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/admin/federation.tpl
Merge pull request #13374 from friendica/update-htaccess
[friendica.git] / view / templates / admin / federation.tpl
index d99d72e5f99c53cd3ed80fb049253b9f05a99722..8f8d70cd2bee82984da30db5940aea108c446106 100644 (file)
                {{if $c[0]['total'] > 0}}
                <tr>
                        <th>{{$c[0]['platform']}}</th>
-                       <th><strong>{{$c[0]['total']}}</strong></td>
+                       <th><strong>{{$c[0]['total']}}</strong></th>
                        <td>{{$c[0]['network']}}</td>
                </tr>
                <tr>
                        <td colspan="3" class="federation-summary">
                                <ul>
+                                       {{if $c[0]['total']}}<li>{{$c[0]['totallbl']}}</li>{{/if}}
                                        {{if $c[0]['month']}}<li>{{$c[0]['monthlbl']}}</li>{{/if}}
                                        {{if $c[0]['halfyear']}}<li>{{$c[0]['halfyearlbl']}}</li>{{/if}}
                                        {{if $c[0]['users']}}<li>{{$c[0]['userslbl']}}</li>{{/if}}
                                        {{if $c[0]['posts']}}<li>{{$c[0]['postslbl']}}</li>{{/if}}
                                        {{if $c[0]['postsuserlbl']}}<li>{{$c[0]['postsuserlbl']}}</li>{{/if}}
+                                       {{if $c[0]['userssystemlbl']}}<li>{{$c[0]['userssystemlbl']}}</li>{{/if}}
                                </ul>
                        </td>
                </tr>