{# The Will-apply diff plus the triage-owner CC/NI toggles, wrapped together so the owner-toggle endpoint can re-render both at once (the diff's +cc/+ni lines must stay in sync with the checkboxes). Lives inside #applywrap-. Read-only mode (no API key): the diff is non-editable, labelled "Proposed" (nothing applies), and the owner CC/NI/Assign toggles are dropped — nothing here writes to Bugzilla. #}
{% set editable = reply_mode() %} {% include "_applied_diff.html" %}
{% if reply_mode() %}{% include "_owner_toggles.html" %}{% endif %}