{% embed "overall_header.html" %} {% block header_content %}

{{ lang('USER_VIDEOS') }} {{ USERNAME_SEARCH }}

{% endblock %} {% endembed %}
{% if loops.pagination|length or TOTAL_VIDEOS %} {% endif %}
{% if S_SEARCH_USER_VIDEO %} {% if loops.video|length %}
{% for video in loops.video %}
{{ video.VIDEO_TITLE }}
{% if video.U_VIEW_VIDEO and video.VIDEO_TITLE %}

{{ video.VIDEO_TITLE }}

{% endif %}
{{ lang('VIDEO_CAT') ~ lang('COLON') }} {{ video.VIDEO_CAT_TITLE }} {{ lang('VIDEO_DATE') ~ lang('COLON') }} {{ video.VIDEO_TIME }} {{ lang('VIDEO_VIEWS') ~ lang('COLON') }} {{ video.VIDEO_VIEWS }} {{ lang('VIDEO_DURATION') ~ lang('COLON') }} {{ video.VIDEO_DURATION }}
{% if ENABLE_VIDEO_YOUTUBE_STATS %}

{{ lang('STATS_FROM_YOUTUBE') }}

{% endif %}
{% endfor %}
{% else %} {% endif %}
{% if loops.pagination|length or TOTAL_VIDEOS %} {% endif %}
{% endif %}
{% INCLUDE 'jumpbox.html' %}
{% INCLUDE 'overall_footer.html' %}