{% load i18n %} {% if push_notification_translation.title %} {{ push_notification_translation.title|truncatechars:35 }} {% else %} {% translate "Title not available" %} {% endif %} {{ push_notification.get_channel_display }}
{% spaceless %} {% for other_language in languages %} {% if other_language != request.region.default_language %} {% endif %} {% endfor %} {% endspaceless %}
{{ push_notification_translation.last_updated }} {% if push_notification.scheduled_send_date_local %} {% if push_notification.draft %} {% else %} {% endif %} {{ push_notification.scheduled_send_date_local }} {% if push_notification.draft %} ({% translate "Draft" %}) {% endif %} {% endif %} {% 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 %}