{% extends "../base.html" %} {% block title %}{{ _("Admin") }}{% end block %} {% block container %}

{{ "{:,d}".format(total) }}

{{ _("Total Profiles") }}

{{ "%.2f%%" % (with_data * 100 / total) }}

{{ _("Reporting back to us") }}

{% if asn_map %}

{{ _("Autonomous Systems") }}

{% for asn in sorted(asn_map, key=lambda asn: asn_map[asn], reverse=True) %} {% set c, p = asn_map[asn] %} {% end %}
{{ _("Autonomous System") }} {{ _("Total Profiles") }} {{ _("Percentage") }}
{{ asn }} {{ c }} {{ "%.2f%%" % (p * 100) }}
{% end %} {% end block %}