{% extends "base.html" %} {% block title %}MockPost — Timeline{% endblock %} {% block content %}
| Time | Channel | Direction | From → To | Summary | Status |
|---|---|---|---|---|---|
| {{ e.timestamp[11:19] }} | {{ e.icon }} {{ names.get(e.channel, e.channel) }}{% if e.app %}{{ e.app }}{% endif %} | {{ e.direction }} | {{ e.sender or '' }} → {{ e.recipient or '' }} | {{ e.summary }} | {{ e.status }} |
| No events yet. Send a message from your app and it will show up here. | |||||
{{ markdown }}