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