{% if dataframe.page_layout == "widescreen" %}
{{ feature_dict.name }}
{% include 'include_missing.html' %} {% endif %}
{% for rowdata in feature_dict.detail.detail_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 %}