{% load humanetime %} {% load humanize %} {% load sanitizer %} {% load taglinks %} {% load static %} {% if toot %} {% if active %}
{% else %}
{% endif %}
{% if reblog %}

{% endif %}

{{ toot.account.display_name | fix_emojos:toot.account.emojis | strip_html |safe}} @{{ toot.account.acct }} {{ toot.created_at |humane_time }} {% if reblog %}
Boosted by @{{ reblog_by }} {% endif %}

{% if toot.spoiler_text %}
{{ toot.spoiler_text }}
{{ toot.content | relink_toot | fix_emojos:toot.emojis | strip_html | safe }}
{% else %}
{{ toot.content | relink_toot | fix_emojos:toot.emojis | strip_html | safe }}
{% endif %} {% if toot.poll %}
{% if toot.poll.voted or toot.poll.expired %} {% include "polls/completed_partial.html" with toot=toot %} {% else %} {% include "polls/new_partial.html" with toot=toot %} {% endif %}
{% endif %} {% if toot.card %}
{% if toot.card.image %} {% endif %}

{{ toot.card.title }}

{{ toot.card.description |truncatechars_html:500}}

{% endif %} {% if toot.media_attachments %}
{% for media in toot.media_attachments %} {% if media.type == "image" %}
{% else %}
{% endif %} {% endfor %}
{% endif %}
{% if not confirm_page %} {% endif %}
{% endif %}