{% load i18n %}
{% load render_table from django_tables2 %}
{% if fetch_errors %}
{% blocktranslate count counter=fetch_errors|length %}
Could not retrieve data from {{ counter }} Zabbix server. The list below may be incomplete.
{% plural %}
Could not retrieve data from {{ counter }} Zabbix servers. The list below may be incomplete.
{% endblocktranslate %}