{%
  set titleText = {
    'A24 Badger': 'Apply for a licence to do work that affects badgers'
  }
%}

{%
  set taskText = {
    'eligibility-check': 'Check if you’re eligible to apply',
    'licence-holder': 'Give licence holder details',
    'ecologist': 'Give ecologist details',
    'authorised-people': 'Add authorised people',
    'additional-contacts': 'Add alternative contacts',
    'invoice-payer': 'Add invoice details',
    'work-activity': 'Give work activity details',
    'permissions': 'Give details of permissions to start work',
    'conservation': 'Give details of conservation issues',
    'sites': 'Give site information',
    'setts': 'Add setts the work will affect',
    'ecologist-experience': 'Give ecologist’s experience',
    'supporting-information': 'Upload supporting information',
    'declare-convictions': 'Declare convictions',
    'send-application': 'Agree to terms and send application'
  }
%}

{%
  set sectionText = {
    'check-before-you-start': 'Check before you start',
    'contact-details': 'Contact details',
    'planned-work-activity': 'Planned work activity',
    'apply': 'Declare convictions and send application'
  }
%}

{%
  set statusText = {
    'cannot-start': 'CANNOT START YET',
    'not-started': 'NOT STARTED',
    'in-progress': 'IN PROGRESS',
    'complete-not-confirmed': 'IN PROGRESS',
    'complete': 'COMPLETED'
  }
%}

{%
  set statusColours = {
    'cannot-start': 'grey',
    'not-started': 'grey',
    'in-progress': 'blue',
    'complete-not-confirmed': 'blue'
  }
%}
