{% extends 'base.html' %} {% block title %} Delete Model{{ block.super }} {% endblock %} {% block content %} {{ block.super }}

{{ error }}

Delete Model

Warning: You are about to permanently delete a model and all of its associated tests. Please select the model to be deleted and enter your password below to continue.

{% csrf_token %}
Return to account menu {% endblock %}