{% extends "information-page.njk" %}
{% set title = 'You cannot apply for this licence if the badger sett is inactive' %}

{% block pageContent %}
    <p class="govuk-body">To apply for a license the badger sett must be active.</p>
{% endblock %}