Notifications
{% for notification in notifications %}{% if notification.notification_type == 'FAVORITE' %} {% include 'snippets/username.html' with user=notification.related_user %} favorited your status {% elif notification.notification_type == 'REPLY' %} {% include 'snippets/username.html' with user=notification.related_user %} replied to your status {% elif notification.notification_type == 'FOLLOW' %} {% include 'snippets/username.html' with user=notification.related_user %} followed you {% endif %} {{ notification.created_date | naturaltime }}