{% load humanize %}

{% if reblog %}

{% endif %}

{{ toot.account.display_name }} @{{ toot.account.username }} {{ toot.created_at |naturaltime }} {% if reblog %}
Boosted by @{{ reblog_by }} {% endif %}

{% if toot.spoiler_text %}

{{ toot.spoiler_text }}

{% endif %}
{{ toot.content | safe }}
{% if toot.media_attachments %}
{% for media in toot.media_attachments %} 
                                              {% if media.text_url  %}
                                              {{ media.text_url }}
                                              {% else %}
                                              {{ media.url  }}
                                              {% endif %} {% endfor %}
{% endif %}