diff --git a/templates/utils.html b/templates/utils.html index 571dc2c..bc54da9 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -250,19 +250,19 @@ {% endif %} -{% if meta.count_reply and obj.id | is_from_outbox %}{{ meta.count_reply }} replies +{% if meta.count_reply and obj.id | is_from_outbox %}{{ meta.count_reply }} replie{% if meta.count_reply > 1 %}s{% endif %} {% elif meta.count_reply and session.logged_in %} -{{ meta.count_reply }} replies{% endif %} +{{ meta.count_reply }} replie{% if meta.count_reply > 1 %}s{% endif %}{% endif %} -{% if not perma and meta.count_boost and obj.id | is_from_outbox %}{{ meta.count_boost }} boosts{% endif %} -{% if not perma and meta.count_like and obj.id | is_from_outbox %}{{ meta.count_like }} likes{% endif %} +{% if not perma and meta.count_boost and obj.id | is_from_outbox %}{{ meta.count_boost }} boost{% if meta.count_boost > 1 %}s{% endif %}{% endif %} +{% if not perma and meta.count_like and obj.id | is_from_outbox %}{{ meta.count_like }} like{% if meta.count_like > 1 %}s{% endif %}{% endif %} {% if session.logged_in %} {% if ui%} reply -{% if meta.object_visibility | visibility_is_public %} +{% if meta | get_visibility | visibility_is_public %} {% if meta.boosted %}