{{ feature_dict.order_index + 1}}
{{ feature_dict.name }} {% include 'feature_summary_base_stats.html' %}
{% for item in group_1 %}
{{ item.name }}
{{ item.value|fmt_smart_range(feature_dict.stats.range) }}
{% if compare_dict is not none: %}
{{ item.compare_value|fmt_smart_range(feature_dict.stats.range) }}
{% endif %}
{% endfor %}
{% for item in group_2 %}
{% if item.name != "" %}
{{ item.name }}
{{ item.value|fmt_smart }}
{% if compare_dict is not none: %}
{{ item.compare_value|fmt_smart }}
{% endif %} {% endif %}
{% endfor %}