{% load i18n %} {% if push_notification.template_name %} {{ push_notification.template_name|truncatechars:35 }} {% else %} {% translate "Template name not available" %} {% endif %}
{% spaceless %} {% for other_language in languages %} {% if other_language != request.region.default_language %} {% endif %} {% endfor %} {% endspaceless %}
{{ push_notification_translation.last_updated }}