opigno-learning-path-training-details.html.twig in Opigno Learning path 8
Same filename and directory in other branches
Default theme implementation to display the training details.
Available variables:
- group_id: The Group id.
1 theme call to opigno-learning-path-training-details.html.twig
- LearningPathAchievementController::build_training in src/
Controller/ LearningPathAchievementController.php - Returns training array.
File
templates/opigno-learning-path-training-details.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display the training details.
- *
- * Available variables:
- * - group_id: The Group id.
- */
- #}
- <div id="{{ 'training_steps_' ~ group_id }}" class="lp_details"></div>
- <div class="lp_details_show" data-training="{{ group_id }}">
- <span class="lp_details_show_text">{{ 'Show details'|t }}</span>
- </div>
- <div class="lp_details_hide">
- <span class="lp_details_hide_text">{{ 'Hide details'|t }}</span>
- </div>