{% extends "yes-no.njk" %}
{% set title = 'Are you responsible for paying the invoice?' %}
{% set noneSelected = 'Select yes if you are responsible for paying the invoice' %}
{% set radioHint = 'You are currently signed in as ' + data.username + '.' %}
