{% extends "base" %} {% import "macros" as macros %} {% block title %} {{ "Notifications" | _ }} {% endblock title %} {% block content %}
{{ notification.creation_date | date(format="%B %e, %H:%m") }}
{% elif notification.kind == "FOLLOW" %}{{ notification.creation_date | date(format="%B %e, %H:%m") }}
{% elif notification.kind == "LIKE" %}{{ notification.creation_date | date(format="%B %e, %H:%m") }}
{% elif notification.kind == "MENTION" %}{{ notification.creation_date | date(format="%B %e, %H:%m") }}
{% elif notification.kind == "RESHARE" %}{{ notification.creation_date | date(format="%B %e, %H:%m") }}
{% endif %}