{% extends "base.html" %} {% block title %}MockPost — Timeline{% endblock %} {% block content %}

Timeline

All {% for c in channels %} {{ icons[c] }} {{ names[c] }} {% endfor %}
{% if current_channel %}{% endif %}
{% for e in events %} {% else %} {% endfor %}
TimeChannelDirectionFrom → ToSummaryStatus
{{ 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 view
{{ markdown }}
{% endblock %}