Default theme implementation for a list of maintenance tasks to perform.
Available variables:
-
tasks: A list of maintenance tasks to perform. Each item in the list has the following variables:
- item: The maintenance task.
- attributes: HTML attributes for the maintenance task.
- status: (optional) Text describing the status of the maintenance task, 'active' or 'done'.
File
core/modules/system/templates/maintenance-task-list.html.twig
Related topics
- Theme system overview
- Functions and templates for the user interface that themes can override.
Please login to continue.