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

{PAGE_TITLE}

{% endblock %} {% endembed %} {% if not S_IS_BOT and VIDEOSUBMIT %}
{% endif %}

{{ lang('VIDEO_CATS') }}

{% for videocat in loops.videocat %}• {{ videocat.VIDEO_CAT_TITLE }} {% endfor %}

{% 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_AUTHOR') ~ lang('COLON') }} {{ video.USERNAME }} {{ 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 %}

{L_STATISTICS}

{{ TOTAL_VIDEOS_INDEX }} • {{ TOTAL_CATEGORIES }} • {{ TOTAL_VIEWS }} • {{ TOTAL_COMMENTS }}

{% INCLUDE 'jumpbox.html' %} {% INCLUDE 'overall_footer.html' %}