{% if push_notification.sent_date %}
{{ push_notification.sent_date }}
{% elif push_notification.is_overdue %}
{% translate "Message is overdue and will not be sent" %}
{% else %}
{% translate "Message not sent yet" %}
{% endif %}
{% if is_archived %}
{% if perms.cms.archive_pushnotification %}
{% endif %}
{% else %}
{% if perms.cms.archive_pushnotification %}
{% endif %}
{% endif %}