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

{% if object %}Update{% else %}Create{% endif %} script check

{% csrf_token %} {{ compliance_check_form }} {{ script_check_form }}

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

{% endblock %}