{% extends "admin/base.html" %} {% load i18n static %} {% block title %} Messages {% endblock %} {% block extrahead %} {% endblock %} {% block content %}
{% trans 'Timestamp' %} | {% trans 'Direction' %} | {% trans 'Status' %} | {% trans 'Message ID' %} | {% trans 'Organization' %} | {% trans 'Partner' %} | {% trans 'Payload' %} | {% trans 'MDN Mode' %} | {% trans 'MDN' %} | |
---|---|---|---|---|---|---|---|---|---|
| {{row.timestamp|date:"Y-m-d H:i:s" }} | {{row.get_direction_display}} |
{% if row.status == "S" %}
|
{{row.message_id}} | {{row.organization}} | {{row.partner}} | {% if row.payload %} View Payload{% endif %} | {{row.get_mdn_mode_display}} | {% if row.mdn %}View MDN{% endif %} |