{% extends "django_prometric/components/card.html" %} {% load i18n prometric_extras %} {% block body %} {% if bots.total %}
{{ chart|json_script:component.slot }}
{% translate "Verified bots" %}
{{ bot_share|pct }}
{% blocktranslate with count=bots.bots|num %}{{ count }} requests came from crawlers Cloudflare has verified{% endblocktranslate %}
{% if bots.categories %}
{% translate "By crawler type" %}
{% include "django_prometric/components/_bars.html" with items=bots.categories %} {% endif %} {% else %}

{% translate "No traffic in this period." %}

{% endif %} {% endblock %}