Push Notification View
User | {{ pushNotification.user.name }} |
---|---|
Title | {{ pushNotification.title }} |
Description | {{ pushNotification.description|safe }} |
Send At | {{ pushNotification.created_at }} |
{% extends 'admin/layout/admin_app.html' %} {% block content %}
User | {{ pushNotification.user.name }} |
---|---|
Title | {{ pushNotification.title }} |
Description | {{ pushNotification.description|safe }} |
Send At | {{ pushNotification.created_at }} |