{%- macro client_type(value) %} {% if value == 'desktop' %} 桌面端 {% elseif value == 'mobile' %} 手机端 {% 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 }} {{ date('Y-m-d H:i',item.created_at) }}
{{ partial('partials/pager') }} {{ partial('partials/ip2region') }}