{% if objective_plot_html %}

Objective Function

{{ objective_plot_html | safe }}
{% endif %} {% if candidate_heatmap_html %}

Parameter Candidate Heatmap

{{ candidate_heatmap_html | safe }}
{% endif %} {% if candidate_plots_html %}

Parameter Candidates

{% for plot_html in candidate_plots_html %}
{{ plot_html | safe }}
{% endfor %} {% endif %}