+ + + {% trans "Back to Bookmarks" %} + -
-
- {% if bookmark.author_profile_image_url %} - - {% endif %} -
- {{ bookmark.author_name|default:bookmark.author_screen_name }} -
@{{ bookmark.author_screen_name }}
- {% if bookmark.tweet_created_at %}
{{ bookmark.tweet_created_at|date:"M j, Y H:i" }}
{% endif %} + +
+
+ {% if bookmark.author_profile_image_url %} + + + + {% endif %} +
+ {{ bookmark.author_name|default:bookmark.author_screen_name }} +
@{{ bookmark.author_screen_name }}
+
+
+
+ + + + + {% trans "Open on X" %} +
- {% trans "Open on X" %} β†—
{% if bookmark.text %} -
{{ bookmark.text }}
+
{{ bookmark.text|urlizetrunc:60|linebreaksbr }}
{% endif %} + {% if bookmark.summary %} -
{{ bookmark.summary }}
+
{{ bookmark.summary }}
{% endif %} {% if bookmark.media %} -
+ {% endif %} -
- {% if bookmark.reply_count %}
Replies
{{ bookmark.reply_count }}
{% endif %} - {% if bookmark.retweet_count %}
Retweets
{{ bookmark.retweet_count }}
{% endif %} - {% if bookmark.favorite_count %}
Likes
{{ bookmark.favorite_count }}
{% endif %} - {% if bookmark.bookmark_count %}
Bookmarks
{{ bookmark.bookmark_count }}
{% endif %} - {% if bookmark.view_count %}
Views
{{ bookmark.view_count }}
{% endif %} -
-
+ {% if bookmark.has_card and bookmark.card_data %} + {% with c=bookmark.card_data %} + {% if c.title or c.description or c.image %} + + {% if c.image %}{% endif %} +
+
{{ c.site|default:'' }}
+ {% if c.title %}
{{ c.title }}
{% endif %} + {% if c.description %}
{{ c.description }}
{% endif %} +
+
+ {% endif %} + {% endwith %} + {% endif %} + + {% if bookmark.is_quote and bookmark.quoted_data %} + {% with q=bookmark.quoted_data %} + {% if q.tombstone or q.unavailable %} +
{% trans "This post is unavailable." %}
+ {% else %} + {% with qa=q.author %} + +
+ {% if qa.profile_image_url %}{% endif %} + {{ qa.name|default:'' }} + @{{ qa.screen_name|default:'' }} +
+
{{ q.text|default:''|linebreaksbr }}
+
+ {% endwith %} + {% endif %} + {% endwith %} + {% endif %} + + +
+ {% if bookmark.reply_count %}πŸ’¬ {{ bookmark.reply_count }} {% trans "Replies" %}{% endif %} + {% if bookmark.retweet_count %}πŸ” {{ bookmark.retweet_count }} {% trans "Retweets" %}{% endif %} + {% if bookmark.favorite_count %}❀ {{ bookmark.favorite_count }} {% trans "Likes" %}{% endif %} + {% if bookmark.bookmark_count %}πŸ”– {{ bookmark.bookmark_count }} {% trans "Bookmarks" %}{% endif %} + {% if bookmark.view_count %}πŸ“Š {{ bookmark.view_count }} {% trans "Views" %}{% endif %} +
+ + + +