{% extends "_base.html" %} {% load i18n %} {% load static %} {% block content %}
{% trans 'Title' %} | {% trans 'Channel' %} | {% trans 'Sent' %} | |
---|---|---|---|
{% if search_query %} {% trans 'No push notifications found with these filters.' %} {% else %} {% trans 'No push notifications available yet.' %} {% endif %} |