{% load bookwyrm_tags %} {% load humanize %} {% if not status.deleted %}
{% include 'snippets/status_header.html' with status=status %}
{% include 'snippets/status_content.html' with status=status %}
{% else %}

{% include 'snippets/avatar.html' with user=status.user %} {% include 'snippets/username.html' with user=status.user %} deleted this status

{% endif %}