{% block extra_head %}{% endblock extra_head %}
{% block content %}
System status
Service
Status
Time Taken
{% for plugin in plugins %}
{% if plugin.status %} ✅ {% else %} ❌ {% endif %}
{{ plugin.identifier }}
{{ plugin.pretty_status | linebreaks }}
{{ plugin.time_taken|floatformat:4 }} seconds
{% endfor %}
{% endblock content %}