{% extends "simulation-details.html" %} {% block head %} {% endblock %} {% block evaluation %}
{% for param in evaluation_params %} {% endfor %}
Evaluation parameters
Selection {{ evaluation.selection }}
{{ param.name }} {{ param.value }}
{% if data.to_html %}
{{ data.to_html(index=False) | replace('dataframe', 'table table-sm table-bordered table-striped') | safe }}
{% else %}
Value{{ data }}
{% endif %}
{% endblock %}