{% load i18n static el_pagination_tags %} {% if push_notification_logs %} {% paginate 10 push_notification_logs %}
{% show_pages %}
{% else %}

{% trans 'No notifications sent yet.' %}

{% endif %}