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