{% extends "_base.html" %} {% load i18n %} {% load static %} {% load push_notification_filters %} {% block content %}
{% translate "Title" %} | {% translate "Channel" %} | {% translate "Last updated" %} | {% translate "Planned send date" %} | {% translate "Sent" %} | {% translate "Options" %} | ||
---|---|---|---|---|---|---|---|
{% if is_archived %} {% if search_query %} {% translate "No archived push notifications found with these filters." %} {% else %} {% translate "No push notifications archived yet." %} {% endif %} {% else %} {% if search_query %} {% translate "No push notifications found with these filters." %} {% else %} {% translate "No push notifications available yet." %} {% endif %} {% endif %} |