{% load closedverse_tags %}
{% user_icon_container notification.source %}
{% if notification.type == 0 %} {% print_names notification.all_users %} gave your post ({{ notification.context_post.trun|truncatechars:30 }}) a Yeah. {% elif notification.type == 1 %} {% print_names notification.all_users %} gave your comment ({{ notification.context_comment.trun|truncatechars:30 }}) a Yeah. {% elif notification.type == 2 %} {% print_names notification.all_users %} commented on your post ({{ notification.context_post.trun|truncatechars:30 }}). {% elif notification.type == 3 %} {% print_names notification.all_users %} commented on {{ notification.source.nickname }}'s post ({{ notification.context_post.trun|truncatechars:30 }}). {% elif notification.type == 4 %} Followed by {% print_names notification.all_users %}. {% endif %} {% time notification.latest %} {% if notification.type == 4 and not notification.source.is_following and not notification.all_users|length > 1 %}
{% else %} {% endif %}