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

{% endif %}

{{ toot.account.display_name }} @{{ 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.card %}
{% if toot.card.description %}
{% if toot.card.image %} {% endif %}

{{ toot.card.description }}

{% endif %}
{% endif %} {% if toot.media_attachments %}
{% for media in toot.media_attachments %} {% if media.type == "image" %}
{% if toot.sensitive %} {% if media.description  %}
                                              {{ media.description }}
                                         {% elif media.text_url %}
                                              {{ media.text_url }}
                                         {% else %}
                                              {{ media.url  }}
                                         {% endif %}
{% else %}
{% endif %} {% endfor %}
{% endif %}
{% if not confirm_page %} {% endif %}