{% with key, (total, facets) = compat_levels[0] %} {% for version, _ in facets %} | {{ version }} | {% endfor %} {% endwith %}
---|---|
{{ titles[key] }} | {% for version, count in facets %}{{ (100 * count / total)|round(2) }}% ({{ count }}) | {% endfor %}
{{ addon.name }} | {{ addon.max_version }} | {% with num = addon.usage %}{{ ngettext('{0} user', '{0} users', num)|f(num|numberfmt) }} | ({{ (100 * num / usage_total)|round(2) }}%) | {% endwith %}
{{ _('No results found.') }}
{% endif %}