{% extends 'base.html' %} {% load humanize %} {% block title %}SMS Detail{% endblock %} {% block content %}
{{ log.sender_id }}| Message | {{ log.at_response.SMSMessageData.Message }} |
|---|---|
| {{ r.number }} | {% if r.status == 'Success' %} ✓ {{ r.status }} {% else %} ✗ {{ r.status }} {% endif %} {{ r.cost }} |
{{ log.at_response }} | |
No API response recorded.
{% endif %}This will send the exact same message to the same recipients again.