{%- macro client_type(value) %} {% if value == 'desktop' %} 桌面端 {% elseif value == 'mobile' %} 手机端 {% endif %} {%- endmacro %} {%- macro last_active(created_at, updated_at) %} {% if updated_at > 0 %} {{ date('Y-m-d H:i:s', updated_at) }} {% else %} {{ date('Y-m-d H:i:s', created_at) }} {% endif %} {%- endmacro %} {% for item in pager.items %} {% endfor %}
课时信息 学习时长 终端类型 终端地址 最后活跃

课程:{{ item.course.title }}

章节:{{ item.chapter.title }}

{{ item.duration|play_duration }} {{ client_type(item.client_type) }} {{ item.client_ip }} {{ last_active(item.created_at, item.updated_at) }}
{{ partial('partials/pager') }} {{ partial('partials/ip2region') }}