{% extends "responses/responses_base.html" %} {% block head %} {{ super() }} {{ plot_script_x|indent(4)|safe }} {{ plot_script_y|indent(4)|safe }} {% for script_heatmap in heatmap_plots %} {{ script_heatmap[0]|indent(4)|safe }} {% endfor %} {% endblock %} {% block content %}