{% if s.questions %}

What could change the solution

    {% for q in s.questions %}
  1. {{ q.q }}
    Why it matters — {{ q.why }}
    Likely impact: {{ q.label }}
  2. {% endfor %}
{% if s.more_questions %}

{{ s.more_questions|length }} further question{{ '' if s.more_questions|length == 1 else 's' }} of lower impact — see Traceability details below.

{% endif %}
{% include "_csrf.html" %}
Working through the impact…
{% else %}
No question left that would change the solution. The understanding above is as resolved as this request can make it.
{% endif %}