templates/course/parts/length.html.twig line 1

Open in your IDE?
  1. {% if(course.length) %}
  2.     <div class="{{ gridClass }}">
  3.         <i class="fas fa-clock"></i>&nbsp; {{ course.length }} {% if(course.lengthType) %}{{ course.lengthType.name }}{% endif %}
  4.     </div>
  5. {% endif %}