You are here

opigno-learning-path-training-content-steps.html.twig in Opigno Learning path 3.x

<div class="content-box lp-table">
  <div class="lp-table-wrapper">
    <table class="statistics-table table-striped responsive-enabled table table-hover" data-striping="1">
      <thead>
      <tr>
        <th class="mandatory">{#{{ 'Mandatory'|t }}#}</th>
        <th class="type">{{ 'Type'|t }}</th>
        <th class="steps">{{ 'Steps'|t }}</th>
        <th class="status">{{ 'Status'|t }}</th>
        <th class="progress">{{ 'Progress'|t }}</th>
        <th class="details"></th>
      </tr>
      </thead>
      <tbody>
        {{ elements.steps }}
      </tbody>
    </table>
  </div>
</div>

File

templates/opigno-learning-path-training-content-steps.html.twig
View source
  1. <div class="content-box lp-table">
  2. <div class="lp-table-wrapper">
  3. <table class="statistics-table table-striped responsive-enabled table table-hover" data-striping="1">
  4. <thead>
  5. <tr>
  6. <th class="mandatory">{#{{ 'Mandatory'|t }}#}</th>
  7. <th class="type">{{ 'Type'|t }}</th>
  8. <th class="steps">{{ 'Steps'|t }}</th>
  9. <th class="status">{{ 'Status'|t }}</th>
  10. <th class="progress">{{ 'Progress'|t }}</th>
  11. <th class="details"></th>
  12. </tr>
  13. </thead>
  14. <tbody>
  15. {{ elements.steps }}
  16. </tbody>
  17. </table>
  18. </div>
  19. </div>