{% extends "_base.html" %} {% load i18n %} {% load static %} {% load push_notification_filters %} {% block content %}

{% translate "News Templates" %}

{% if perms.cms.change_pushnotification %} {% translate "Open News" %} {% translate "Create News Template" %} {% endif %}
{% for push_notification in push_notifications %} {% get_translation push_notification language.slug as push_notification_translation %} {% include "push_notifications/push_notification_template_list_row.html" %} {% empty %} {% endfor %}
{% translate "Template Name" %}
{% spaceless %} {% for lang in languages %} {% endfor %} {% endspaceless %}
{% translate "Last updated" %}
{% if search_query %} {% translate "No push notifications found with these filters." %} {% else %} {% translate "No push notifications available yet." %} {% endif %}
{% url "push_notifications" as url %} {% include "pagination.html" with chunk=push_notifications %} {% endblock content %}