{% if(course.length) %}
<div class="{{ gridClass }}">
<i class="fas fa-clock"></i> {{ course.length }} {% if(course.lengthType) %}{{ course.lengthType.name }}{% endif %}
</div>
{% endif %}