opigno-learning-path-training-content-step.html.twig in Opigno Learning path 3.x
Same filename and directory in other branches
Default theme implementation to display the training content elements.step.
Available variables:
- elements.step: The elements.step object with all the data.
- group: The Group object which the elements.steps is part of.
1 theme call to opigno-learning-path-training-content-step.html.twig
- LearningPathController::trainingContentSteps in src/
Controller/ LearningPathController.php - Training content steps.
File
templates/opigno-learning-path-training-content-step.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display the training content elements.step.
- *
- * Available variables:
- * - elements.step: The elements.step object with all the data.
- * - group: The Group object which the elements.steps is part of.
- */
- #}
- {{ elements.step.summary_details_table }}
- {% if elements.step.course_steps %}
- <tr>
- <td colspan="6">
- <div class="inner-table">
- <table class="statistics-table table-striped responsive-enabled table table-hover" data-striping="1">
- {{ elements.step.course_steps }}
- </table>
- </div>
- </td>
- </tr>
- {% endif %}