{{ _('System:') }} {{ _('ENABLED') if enabled else _('DISABLED') }} {{ _('Detectors:') }} {{ detector_count }} {{ _('Notifiers:') }} {{ notifier_count }} {{ _('Sources:') }} {{ source_count }}
{% if plugins %}
{% for p in plugins %}
{{ p.name }} {{ p.type }}
v{{ p.version }}
{% endfor %}
{% else %}

{% if enabled %} {{ _('No plugins loaded. Add to') }} [plugins] builtin {{ _('in config.toml.') }} {% else %} {{ _('Enable in config.toml:') }} [plugins] enabled = true {% endif %}

{% endif %}