{# Shared investigation body — included by the standalone page (investigation.html) and the in-app overlay (_investigation_overlay.html). Needs: found (bool), body (markdown str), bug_id (int). #} {% if found %}
{{ body | render_markdown }}
{% else %}

No investigation yet

There's no investigation on file for bug {{ bug_id }}. Run /bug-start {{ bug_id }} to create one — it'll appear here.

{% endif %}