{% extends "base.html" %} {% load static %} {% block title %}Notification - {{ notification.title }}{% endblock %} {% block content %}
{{ notification.get_priority_display }}
{{ notification.category }}
{{ notification.start_date|date:"F j, Y" }}
{{ notification.end_date|date:"F j, Y" }}
{% if notification.is_active %} {% if notification.start_date <= now and notification.end_date >= now %} Active {% elif notification.start_date > now %} Scheduled {% elif notification.end_date < now %} Expired {% endif %} {% else %} Inactive {% endif %}
{{ notification.get_display_location_display }}
{{ notification.additional_data|pprint }}
{{ notification.created_at|date:"M d, Y g:i A" }}
{{ notification.created_at|timesince }} ago{{ notification.updated_at|date:"M d, Y g:i A" }}
{{ notification.updated_at|timesince }} ago{{ notification.message }}
{% if notification.link_url %}Impressions
Dismissals
Link Clicks
Notification created
Notification becomes active
Notification last modified
Notification expires
This notification applies to all tenants in the system.