{% extends "base.html" %} {% block title %}Accounts{% endblock %} {% block content %}
| {{ sort_header('handle', 'Handle') }} | {{ sort_header('posts', 'Posts') }} | {{ sort_header('mentions', 'Mentions') }} | {{ sort_header('last_feed', 'Last Feed') }} | {{ sort_header('last_mention', 'Last Mention') }} |
|---|---|---|---|---|
| @{{ acct.handle }} {% if acct.display_name %} {{ acct.display_name | truncate_text }} {% endif %} | {{ acct.post_count | format_number }} | {{ acct.mention_count | format_number }} | {{ acct.last_feed_collected | time_ago }} | {{ acct.last_mention_collected | time_ago }} |
No accounts found matching "{{ search }}".
{% else %}No tracked accounts yet.
{% endif %}