Closed domoscargin closed 4 years ago
govukSummaryList creates the anyRowHasActions variable outside a loop and changes it within a loop.
anyRowHasActions
https://github.com/alphagov/govuk-frontend/blob/844a51e07c643cec84c6425a8cbda568261c78c5/src/govuk/components/summary-list/template.njk#L10-L14
Jinja doesn't support this as is, so this adds namespacing for it.
govukSummaryList creates the
anyRowHasActions
variable outside a loop and changes it within a loop.https://github.com/alphagov/govuk-frontend/blob/844a51e07c643cec84c6425a8cbda568261c78c5/src/govuk/components/summary-list/template.njk#L10-L14
Jinja doesn't support this as is, so this adds namespacing for it.