{# /** * @file * Default theme implementation for webform wizard progress tracker. * * Available variables: * - webform: A webform. * - pages: Associative array of wizard pages. * - progress: Array of wizard progress containing page titles. * - current_page: Current wizard page key. * - current_index: The current wizard page index. * - max_pages: Maximum number of pages that progress text should be displayed on. * * @see template_preprocess_webform_progress_tracker() * @see https://www.w3.org/WAI/tutorials/forms/multi-page/ * * @ingroup themeable */ #} {{ attach_library('webform/webform.progress.tracker') }}