{% if current_user and current_user.groups and '/nbspspaceadmin' in current_user.groups and db_health and db_health.status == 'error' %}
There are {{ db_health.issues_count }} schema issues that need attention.
{% if db_health.missing_tables|length > 0 %}
{{ db_health|tojson(indent=2) }}