{% 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.media_attachments %}
{% for media in toot.media_attachments %} {% if toot.sensitive %} {% if media.description  %}
                                      {{ media.description }}
                                      {% elif media.text_url %}
                                      {{ media.text_url }}
                                      {% else %}
                                      {{ media.url  }}
                                      {% endif %} {% endfor %}
{% endif %}
{% if not confirm_page %} {% endif %}