{% if code_context.workflow_lines %}
{% for row in code_context.workflow_lines %}{{ row.number|stringformat:"4s" }}{{ row.text }}
{% endfor %}
{% for row in code_context.matched_lines %}{{ row.number|stringformat:"4s" }}{{ row.text }}
{% endfor %}
Full file context is not on disk for this project. Sync the repository (project settings → repository URL or local path) and re-run a scan to load surrounding lines.
{% elif not code_context.has_workflow %}No code context was captured for this finding.
{% endif %}