You are here

opigno-learning-path-progress-ajax-container.html.twig in Opigno Learning path 3.x

Same filename and directory in other branches
  1. 8 templates/opigno-learning-path-progress-ajax-container.html.twig

Default theme implementation to display the progress-ajax-container.

File

templates/opigno-learning-path-progress-ajax-container.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display the progress-ajax-container.
  5. *
  6. */
  7. #}
  8. <div id="progress-ajax-container-{{ group_id }}-{{ account_id }}-{{ latest_cert_date }}-{{ class }}"
  9. class="content-box progress-ajax-container learning-path-progress d-flex flex-column {{ 'progress-bar-' ~ class|clean_class }}"
  10. data-group-id="{{ group_id }}"
  11. data-account-id="{{ account_id }}"
  12. data-latest-cert-date="{{ latest_cert_date }}"
  13. data-class="{{ class }}">
  14. <div class="progress-value">
  15. {{ 'Loading...'|t }}
  16. </div>
  17. <div class="progress-bar">
  18. <div class="progress-progress process-trobbler"></div>
  19. </div>
  20. </div>