{% load i18n %} {% load my_filters %}
{% endfor %} | ||
---|---|---|
{% elif not student.video_logs|get_item:video.id|get_item:"complete" %} |
{# {% blocktrans with total_seconds_watched=student.video_logs|get_item:video.id|get_item:"total_seconds_watched" %}{{ total_seconds_watched }} secs{% endblocktrans %} #}
{% else %}
|
{# 100% #}
{% endif %}
{% if student.video_logs|get_item:video.id %}
{# {% blocktrans with points=student.video_logs|get_item:video.id|get_item:"points" %}{{ points}} points{% endblocktrans %} #}
{% endif %}
|
{% endfor %}