-
{{ b.index }} · {{ b.line }}
-
{{ b.title }}{% if not b.occurred %} pending{% endif %}
-
{{ b.caption }}
+
+
+
+ {{ bot_svg(b) }}
+ {{ b.bot }}
+
+
+
{{ b.purpose }}
+ {% if b.occurred %}
+
▸ {{ b.action }}…
+
{{ b.caption }}
+ {% else %}
+
{{ b.caption }}
+ {% endif %}
{% if b.facts %}
-
{% for f in b.facts %}- {{ f }}
{% endfor %}
+
{% for f in b.facts %}- {{ f }}
{% endfor %}
{% endif %}
@@ -26,11 +67,11 @@
{% endblock %}