{% load bookwyrm_tags %} {% related_status notification as related_status %}

{% if notification.related_user %} {% include 'snippets/avatar.html' with user=notification.related_user %} {{ notification.related_user.display_name }} {% endif %} {% block description %}{% endblock %}

{% if related_status %}
{% block preview %}{% endblock %}
{% endif %}