{% extends 'push_base.html' %} {% load py_adm_filters %} {% block push_info %} {% if history %} {% for history_item in history %} {% endfor %}
Time UID Service Event push_id device_id app_id
{{ history_item.unixtime | strftime_unixtime:'%Y-%m-%d %H:%M:%S' }} {{ history_item.uid }} {{ history_item.push_service }} {{ history_item.push_event }} {{ history_item.push_id }} {{ history_item.device_id }} {{ history_item.app_id }}
{% endif %} {% endblock %}