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

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

{% csrf_token %} {{ ota_enrollment_form }} {{ enrollment_secret_form }}

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

{% endblock %}