{% extends 'base.html' %} {% block title %}Plugins Status{% endblock %} {% block header %}Plugins Status{% endblock %} {% block content %}
| Plugin | Plugin Status | Log Level | Version | Optional Features |
|---|---|---|---|---|
| {{ plugin.id }} | {{ plugin.status|yesno:"healthy,unhealthy" }} | {{ plugin.log_level }} | {{ plugin.version }} |
|
No plugins found
{% endif %}