{% extends "question-globals.njk" %} {% extends "look-and-feel/layouts/question.html" %} {% from "look-and-feel/components/fields.njk" import formSection, selectionButtons %} {% set title %} {{ content.title | safe }} {% endset %} {% block fields %} {% call formSection() %} {{ selectionButtons(fields.country, content.fields.country.title, options = [ { label: content.fields.country.northernIreland, value: "northern-ireland" }, { label: content.fields.country.scotland, value: "scotland" }, { label: content.fields.country.england, value: "england" }, { label: content.fields.country.wales, value: "wales" } ] ) }} {% endcall %} {% endblock %}