{% INCLUDE 'overall_header.html' %}
{% if VIDEO_TITLE %}

{{ VIDEO_TITLE }}

{% endif %}

{{ lang('VIDEO_ADD_BY') }} {{ USERNAME }} » {{ VIDEO_TIME }}

{% if U_DELETE and DELETE_ALLOW %}
{% endif %}
{{ lang('VIDEO_WATCH') }}
{{ lang('VIDEO_ADD_BY') ~ lang('COLON') }} {{ USERNAME }}
{{ lang('TOTAL_VIDEOS') ~ lang('COLON') }} {{ TOTAL_VIDEOS }} ({{ lang('USER_VIDEOS_EXPLAIN') }})
{{ lang('VIDEO_VIEWS') ~ lang('COLON') }} {{ VIDEO_VIEWS }}
{{ lang('VIDEO_DURATION') ~ lang('COLON') }} {{ VIDEO_DURATION }}

{{ lang('VIDEO_LINKS') }}

{{ lang('VIDEO_COPY_BUTTON') }}
{{ lang('VIDEO_COPY_BUTTON') }}
{{ lang('VIDEO_COPY_BUTTON') }}
{% if S_BBCODE_FLASH %}

{{ FLASH_STATUS }}
{{ lang('VIDEO_COPY_BUTTON') }}
{% endif %}
{% if S_ENABLE_COMMENTS %}
{% if not S_IS_BOT and S_POST_COMMENT %}
{{ lang('POST_REPLY') }}
{% endif %} {% if loops.pagination|length or TOTAL_COMMENTS %} {% endif %}
{% if loops.commentrow|length %} {% for commentrow in loops.commentrow %}
{% if commentrow.VIDEO_TITLE %}

{{ commentrow.VIDEO_TITLE }}

{% endif %}

{{ lang('POST_BY_AUTHOR') }} {{ commentrow.USERNAME }} » {{ commentrow.COMMENT_TIME }}

{% if not S_IS_BOT and commentrow.S_DELETE_ALLOWED %}
{% endif %}
{{ commentrow.COMMENT_TEXT }}
{% endfor %} {% else %}
{{ lang('NO_VIDEOS_COMMENTS') }}
{% endif %} {% endif %} {% if S_ENABLE_COMMENTS %}
{% if not S_IS_BOT and S_POST_COMMENT %}
{{ lang('POST_REPLY') }}
{% endif %} {% if loops.pagination|length or TOTAL_COMMENTS %} {% endif %}
{% endif %} {% INCLUDEJS 'js/copy.js' %}
{% INCLUDE 'jumpbox.html' %}
{% INCLUDE 'overall_footer.html' %}