{% set s = session %}
{% include "fragments/notification_timeline.html" %}
{% if current_tab == 'plan' %}
{% include "fragments/markdown_tab.html" %}
{% elif step and step.state.value in ("ready", "completed") %}
{% include "fragments/agent_status.html" %}
{% for f_html in rendered_findings %}{{ f_html | safe }}{% endfor %}