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

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

{% csrf_token %} {{ compliance_check_form }} {{ jmespath_check_formĀ }}

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

{% endblock %}