|
|
|
|
@ -87,7 +87,7 @@ |
|
|
|
|
</a> |
|
|
|
|
</h5> |
|
|
|
|
<p>{{ 'Teacher' | get_lang }}</p> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% elseif item.teachers | length <= 6 %} |
|
|
|
|
<a href="{{ teacher.url }}" class="ajax" |
|
|
|
|
data-title="{{ teacher.firstname }} {{ teacher.lastname }}"> |
|
|
|
|
@ -101,7 +101,7 @@ |
|
|
|
|
<div class="notifications">{{ item.notifications }}</div> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if item.student_info %} |
|
|
|
|
{% if (item.student_info.progress is not null) and (item.student_info.score is not null) %} |
|
|
|
|
{% if item.student_info.progress is not null or item.student_info.score is not null or item.student_info.certificate is not null %} |
|
|
|
|
<div class="course-student-info"> |
|
|
|
|
<div class="student-info"> |
|
|
|
|
{% if (item.student_info.progress is not null) %} |
|
|
|
|
|