{% load i18n %} {% if push_notification_translation.title %} {{ push_notification_translation.title }} {% else %} {% trans 'Title not available' %} {% endif %} {{ push_notification.get_channel_display }}
{% spaceless %} {% for other_language in languages %} {% endfor %} {% endspaceless %}
{{ push_notification_translation.last_updated }} {% if push_notification.sent_date %} {{ push_notification.sent_date }} {% else %} {% trans 'Message not sent yet' %} {% endif %}