{% load notification_page_tags %} {% load humanize %} {% related_status notification as related_status %} {% get_related_users notification as related_users %} {% with related_user_count=notification.related_users.count %}
{% if related_user_count > 1 %}
{% endif %}
{% if related_user_count == 1 %} {% with user=related_users.0 %} {% spaceless %} {% include 'snippets/avatar.html' with user=user %} {% endspaceless %} {% endwith %} {% endif %} {% with related_user=related_users.0.display_name %} {% with related_user_link=related_users.0.local_path %} {% with related_user_moved_to=related_users.0.moved_to %} {% with related_user_username=related_users.0.username %} {% with second_user=related_users.1.display_name %} {% with second_user_link=related_users.1.local_path %} {% with other_user_count=related_user_count|add:"-1" %} {% with other_user_display_count=other_user_count|intcomma %} {% block description %}{% endblock %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %} {% endwith %}
{% if related_status %}
{% block preview %}{% endblock %}
{% endif %}
{% endwith %}