{% import "macros.jinja" as macros %} {% set show_avatar = count == 1 and notif.type not in ('other', 'trophy', 'warning') %}
{{notif.pretty_age}}
{% if notif.type == "other" %} {% elif notif.type == "warning" %} {% elif notif.type == "trophy" %} {% elif notif.type == "mention" %} {% elif notif.type == "like" %} {% elif notif.type == "quote" %} {% elif notif.type == "reply" %} {% elif notif.type == "remolt" %} {% elif notif.type == "follow" %} {% elif notif.type == "unfollow" %} {% endif %} {% if show_avatar %}
{% endif %}
{% if notif.type == "other" %} {{notif.content}} {% elif notif.type == "warning" %} You have recieved the following warning from a moderator: {{notif.content}} {% elif notif.type == "trophy" %} You earned the trophy: {{notif.content}}! {% elif notif.type == "mention" %} {{notif.sender.display_name}} {% if notif.sender.verified %} {{macros.verified(17)}} {% endif %} mentioned you in a Molt
{% with molt=notif.molt %} {% include "tiny_molt.html" %} {% endwith %}
{% else %} {% if count > 1 %} {{count}} crabs {% else %} {{notif.sender.display_name}} {% if notif.sender.verified %} {{macros.verified(17)}} {% endif %} {% endif %} {% if notif.type == "follow" %} followed you {% elif notif.type =="unfollow" %} un-followed you {% else %} {% if notif.type == "like" %} liked {% elif notif.type == "quote" %} quoted {% elif notif.type == "reply" %} replied to {% elif notif.type == "remolt" %} remolted {% endif%} your Molt
{% with molt=notif.molt %} {% include "tiny_molt.html" %} {% endwith %}
{% endif %} {% endif %}