Question 1 (text)
Answer 1 (text)
{% from 'components/status/macro.njk' import aspStatus %}{{ aspStatus({ modifier: 'green', text: 'Complete' }) }}
Question 2 (html)
Answer 2 (html)
{% from 'components/status/macro.njk' import aspStatus %}{{ aspStatus({ modifier: 'green', text: 'Complete' }) }}
Question 3 (html)
Answer 3 (html)
{% from 'components/status/macro.njk' import aspStatus %}{{ aspStatus({ modifier: 'yellow', text: 'In progress' }) }}