{% extends 'base.html' %} {% block title %}Notifications{% endblock %} {% block right_sidebar %} {% endblock %} {% block content %}
You don't have notifications!
{% endif %} {% for notification in notifications %}Created at {{notification.created_at.strftime('%B %d, %Y')}}