{% extends 'traffic/reporter/daily/names/name/index.html' %} {% block toolbar_videos %}class="active"{% endblock %} {% block subtab_content %}

List of watched YouTube videos. You would need to configure the YouTube Api Key for successful lookup of video title and description. Also make sure the Strip Query Terms checkbox is not set in Log Settings.

{% for row in object_list.itertuples %} {% empty %} {% endfor %}
ID Timestamp User ID Video ID Title Description
{{row.ws_iid}} {{row.timestamp}} {{row.user_id}}   {{row.video_id}} {{row.video_title}} {{row.video_desc}}
No items found.
{% endblock %}