{% extends base_template %} {% block content %}

{{ title }}

{% if payload %}

debusine setup (possibly run by you) requested access to this debusine server using your account.

The request was made at {{ object.created_at|date:"Y-m-d H:i" }} ({{ object.created_at|timesince }} ago) from {{ payload.hostname }} for scope {{ payload.scope }}.

Please check that the challenge words in debusine setup's output are: {{ payload.challenge }}.

If the challenge checks out as you expect, you can confirm enrollment with the button below.

{% if not scope_valid %} {% endif %} {% else %} {% endif %} {% if payload %}
{% csrf_token %}
{% endif %} {% endblock %}