{% 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 %}