{% extends "base.html" %} {% block title %}callmem — {{ path }}{% endblock %} {% block content %}
{{ path }}{{ context.recommendation }}
{{ context.observation_count }} observations · first seen {{ context.first_seen }} · last modified {{ context.last_modified }}
{{ context.recommendation }}
{% if context.current_state %}| Date | Type | Summary |
|---|---|---|
| {{ e.date }} | {{ e.type }} | {{ e.summary }} |
{{ context.timeline_truncated }} additional observations not shown.
{% endif %} {% endif %} {% endblock %}