{% extends "yes-no.njk" %}

{% set title = 'Exemptions from paying for a wildlife licence' %}
{% set noneSelected = 'You have not selected an option' %}

{% block pageContent %}
  <p class="govuk-body">You may not need to pay for a wildlife licence if:</p>

  <ul class="govuk-list govuk-list--bullet">
    <li>the purpose of your licence is to preserve public health and safety</li>
    <li>the purpose of your licence is to prevent damage to livestock, crops, timber or property</li>
    <li>the purpose of the licence is to improve your home through householder planning permission or permitted development</li>
    <li>the main aim of the project is science, research or education related to the protected species or protected site</li>
    <li>the main aim of the project is conservation of the protected species</li>
    <li>the main aim of the project is to conserve a scheduled monument, listed building, place of worship or traditional farm building in a stewardship agreement</li>
  </ul>

  <h1 class="govuk-heading-m">
    Do you think the purpose of your project is exempt from payment?
  </h1>

  {{ super() }}
{% endblock %}
