{% extends "base.html" %} {% block title %}Mentions{% endblock %} {% block content %}
Track when monitored accounts are mentioned by other users.
| Mentioned Account | Mentioning User | Text | Created |
|---|---|---|---|
| {% if mention.mentioned_handle %} @{{ mention.mentioned_handle }} {% else %} {{ mention.mentioned_did[:25] }}... {% endif %} | {{ mention.mentioning_did[:30] }}... | {% if mention.post_uri %} {{ mention.post_text | truncate_text(200) }} {% else %} {{ mention.post_text | truncate_text(200) }} {% endif %} | {{ mention.post_created_at | time_ago }} |
| No mentions found. | |||