{% extends 'push_base.html' %} {% load py_adm_filters %} {% block push_info %} {% if push_data %} {% for push in push_data %}
{{ push.unixtime | strftime_unixtime:'%Y-%m-%d %H:%M:%S' }}
Uid:  {{ push.uid }}
Push id:  {{ push.push_id }}
Service:  {{ push.push_service }}
Event:  {{ push.push_event }}
Device id:  {{ push.device_id }}
App id:  {{ push.app_id }}
Subscription:  {{ push.subscription_id }}
Status:  {{ push.status }}
Details:  {{ push.details }}
Context:  {{ push.context }}

{% endfor %} {% endif %} {% endblock %}