mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
community - stats local vs total members
This commit is contained in:
parent
8e093a2c0c
commit
c2fa5fc416
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
<div class="card-body">
|
||||
<p>{{ community.description_html|community_links|safe if community.description_html else '' }}</p>
|
||||
<p>{{ community.rules_html|safe if community.rules_html else '' }}</p>
|
||||
<p>{{ _('Subscribers') }}: {{ community.subscriptions_count }}<br>
|
||||
<p>{{ _('Members') if community.is_local() else _('Local members') }}: {{ community.subscriptions_count }}<br>
|
||||
{{ _('Posts') }}: {{ community.post_count }}<br>
|
||||
{{ _('Comments') }}: {{ community.post_reply_count }}
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue