Default theme implementation for the status report.
Available variables:
-
requirements: Contains multiple requirement instances. Each requirement contains:
- title: The title of the requirement.
- value: (optional) The requirement's status.
- description: (optional) The requirement's description.
- severity_title: The title of the severity.
- severity_status: Indicates the severity status.
See also
template_preprocess_status_report()
File
core/modules/system/templates/status-report.html.twig
Related topics
- Theme system overview
- Functions and templates for the user interface that themes can override.
Please login to continue.