New
{% if not_notification_follower %}
{% for adnf in not_notification_follower %}
{{ adnf.nf_title }}{{ adnf.created_at.date }}
{{ adnf.nf_description }}
{% endfor %}
{% endif %}
{% if notification_follower %}
{{ notification_follower.nf_title }}{{ notification_follower.created_at.date }}
{{ notification_follower.nf_description }}
{% endif %}
{% if nfs_after_ajax %}
{% for nf in nfs_after_ajax %}
{% if nf.read == False %}
{% if nf.activity_type == "bell" %}
{% elif nf.activity_type == "ping" %}
{% else %}
{% endif %}
{% else %}
{% if nf.activity_type == "bell" %}
{% elif nf.activity_type == "ping" %}
{% else %}
{% endif %}
{% endif %}
{% if nf.activity_type == "bell" %}
{% else %}
{% endif %}
{% if nf.anonymous_user %}
{% elif nf.sender.profile %}
{% if nf.sender.profile.photo %}
{% if nf.activity_type == "ping" %}
{% with username=nf.target.pinger_user.username %}
{% with id=nf.target.id %}
Pong
{% endwith %}
{% endwith %}

{% else %}

{% endif %}
{% else %}
{% if nf.activity_type == "ping" %}
{% with id=nf.target.id %}
Pong
{% endwith %}
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
{% endif %}