{% load notification_page_tags %} {% load humanize %} {% related_status notification as related_status %} {% with related_users=notification.related_users.all %}
{% if notification.related_users.count > 1 %}
{% endif %}

{% if notification.related_users.count == 1 %} {% with user=related_users.first %} {% spaceless %} {% include 'snippets/avatar.html' with user=user %} {% endspaceless %} {% endwith %} {% endif %} {% with related_user=related_users.first.display_name %} {% with related_user_link=related_users.first.local_path %} {% with second_user=related_users.all.1.display_name %} {% with second_user_link=related_users.all.1.local_path %} {% with other_user_count=notification.related_users.count|add:"-1"|intcomma %} {% block description %}{% endblock %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}

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