= 99 }}> {{ feature_dict.order_index + 1}}
{{ feature_dict.name }} {% include 'feature_summary_base_stats.html' %}
{% for rowdata in feature_dict.detail.summary_count %}
{{ rowdata.count.number|fmt_int_limit }}
{{ rowdata.count.perc|fmt_percent }}
{% if rowdata.count_compare is not none: %}
{{ rowdata.count_compare.number|fmt_int_limit }}
{{ rowdata.count_compare.perc|fmt_percent }}
{% else %}
-
-
{% endif %}
{{ rowdata.name }}
{% endfor %}