{% load push_notification_filters %} {% load i18n %} {{ push_notification|translation:language }} {{ push_notification.channel }}
{% spaceless %} {% for other_language in languages %} {% endfor %} {% endspaceless %}
{% if push_notification.sent_date %} {{ push_notification.sent_date }} {% else %} {% trans 'Message not sent yet' %} {% endif %}