community - stats local vs total members

This commit is contained in:
rimu 2024-12-24 12:52:01 +13:00
parent 8e093a2c0c
commit c2fa5fc416

View file

@ -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>