{% if labels|length > 1 %} {% with menuId='dropdownMenuLabel', menuText='Response', values=labels, menuDivVisible='explain-all' %} {% include "dropdown.html" %} {% endwith %} {% else %} {% endif %} {% for label in labels %}
{% with menuId='dropdownMenu2', menuText='Reference columns', values=label['plots'], menuDivVisible='explain-performance-'~label['index'] %} {% include "dropdown_performance.html" %} {% endwith %}
{% endfor %}

Performance's Evolution on production Model

{% for label in labels %}
{% for col in label['plots'] %}

{{ col['name'] }}

{% if col['name'] != col['description'] %}
{{ col['description'] }}
{% else %} {% endif %} {{ col['plot'] }}
{% endfor %}
{% endfor %}