{% extends 'snippets/components/card.html' %} {% load bookwyrm_tags %} {% load humanize %} {% block card-header %}

{% include 'snippets/status_header.html' with status=status %}

{% endblock %} {% block card-content %} {% include 'snippets/status_content.html' with status=status %} {% endblock %} {% block card-footer %} {% if status.user == request.user %} {% endif %} {% endblock %} {% block card-bonus %} {% if request.user.is_authenticated %} {% with status.id|uuid as uuid %} {% endwith %} {% endif %} {% if status.user == request.user %}
{% endif %} {% endblock %}