diff --git a/templates/logged_in.html b/templates/logged_in.html index 9aeee40..be3e5f6 100644 --- a/templates/logged_in.html +++ b/templates/logged_in.html @@ -23,6 +23,7 @@ {% set post_count = g.viewer.account.post_count() %}

Currently keeping track of {{ post_count }} of your posts, roughly {{ g.viewer.account.estimate_eligible_for_delete() }} of which currently match your expiration rules.

{% if g.viewer.account.service == 'twitter' + and g.viewer.account.reported_post_count and post_count < g.viewer.account.reported_post_count * 3/4 and g.viewer.account.reported_post_count > 3200 -%}