diff options
-rw-r--r-- | templates/web/default/admin/bodies.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/admin/bodies.html b/templates/web/default/admin/bodies.html index ccd2e801b..a1555cac9 100644 --- a/templates/web/default/admin/bodies.html +++ b/templates/web/default/admin/bodies.html @@ -27,6 +27,7 @@ [% IF c.cobrand.moniker == 'zurich' %] <td>[% body.endpoint %]</td> [% ELSE %] + <td> [% IF counts.$id %] [% tprintf( loc('%d addresses'), counts.$id.c) IF c.cobrand.moniker != 'emptyhomes' %] [% IF counts.$id.deleted %] @@ -37,6 +38,7 @@ [% ELSE %] no categories [% END %] + </td> [% END %] </tr> [%- END %] |