{% for name, details in metrics.items() %} {% endfor %}
FieldTypeValidationPlot
{{ details.type }} {{ details.help }} {% if details.options %}
{% for value, label in details.options.items() %}
{{ value }}
{{ label }}
{% endfor %}
{% endif %}
{% if details.plot %} {% endif %}