{% extends "base.html" %} {% block title %}Messages | Er24 Ambulance{% endblock %} {% block content %}
Phone Number | Direction | Message | Timestamp |
---|---|---|---|
{{ msg.phone_number }} | {{ msg.direction }} | {{ msg.body }} | {{ msg.timestamp.strftime('%b %d, %Y – %I:%M %p') }} |