Generate a response template for this Q&A scenario:

Question: {{ question }}

Content that will be inserted into the template:
- Total verbatim quotes to show: {{ n_spans }}
- Full list of verbatim quotes:
{{ spans_block }}
- Additional citation-only quotes (only numbers, no text shown): {{ citation_count }}

Template strategy rules:
- Use placeholders [SPAN_1]..[SPAN_{{ n_spans }}] each exactly once.
- If citation-only quotes exist, you MAY place [CITATION_REFS] exactly once where their numbers should appear, otherwise omit it.

Instructions:
- Intro: 1 concise sentence tying the question to the quotes. Do NOT call them "facts".
- Present each quote in a structured list. Each item contains exactly one placeholder. Labels must be inferred from the CONTENT of the quote (e.g. a bold topic label), NOT derived from the placeholder name. Never write "Span N", "Fact N", "Quote N" or similar generic labels.
- DO NOT invent content beyond connective phrases; never summarize or paraphrase inside placeholders.
- No duplicate placeholders; no placeholder inside a heading alone.
- Avoid leading a bullet list with another nested bullet list.

Template requirements:
- Use only placeholders plus minimal connective prose (no actual span text).
{% if citation_count > 0 %}- Include [CITATION_REFS] once.{% else %}- Do NOT include [CITATION_REFS].{% endif %}
- End without extra commentary like "Hope this helps".

Return ONLY the template text (no explanation).