{% if sections.response_curve is defined and sections.response_curve.chart is defined and sections.response_curve.chart.images is defined %} {% set images = sections.response_curve.chart.images %}

Response Curve

{% for feature, img in images|dictsort %} {% endfor %}
Feature Chart
{{ feature }} {% if img %} Response curve for {{ feature }} {% else %} - {% endif %}
{% endif %}