{%extends "base.html"%} {%from "stdout_output.html" import stdout_output%} {%block title%}Insertion Success{%endblock%} {%block contents%}

Insertion Success

Data inserted successfully!

The following queries were run:

{{stdout_output(job)}} {%endblock%}