{% extends 'base.html' %} {% block content %}

{% if object %} [DEP] {{ object }} {% else %} Create DEP enrollment {% endif %}

{% csrf_token %} {{ dep_enrollment_form }} {{ enrollment_secret_form }}

{% if object %} Cancel {% else %} Cancel {% endif %}

{% endblock %}