{% load pin_tags%} {% load daddy_avatar%} {% for noti in notif %}
{% if noti.type == 1 %} از {% if noti.post.text.strip %} {{noti.post.text|truncatewords:30}} {% else %} {{noti.post.id}} {% endif %} خوشش اومد.
{% endif %} {% if noti.type == 2 %} در {% if noti.post.text.strip %} {{noti.post.text|truncatewords:30}} {% else %} {{noti.post.id}} {% endif %} نظر داد.
{% endif %}
{% endfor %}