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