{% INCLUDE 'overall_header.html' %}
{% if U_DELETE and DELETE_ALLOW %} {% endif %}

{{ VIDEO_TITLE }}

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


{{ VIDEO_DESCRIPTION }}

{{ 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 not S_IS_BOT %} {% if commentrow.S_DELETE_ALLOWED %} {% endif %} {% endif %}

{{ commentrow.VIDEO_TITLE }}

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

{{ 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 %}

{{ lang('RETURN_TO_VIDEO_INDEX') }}

{% INCLUDEJS 'js/copy.js' %} {% INCLUDE 'jumpbox.html' %} {% INCLUDE 'overall_footer.html' %}