{% import '@Theme/macro/form.html' as Form %} {% if user('pf_video_share', '1') == '0' %}
{{ _p('Your membership group does not have access to share a video.') }}
{% else %}
{{ _p('pf_video_uploading_message') }}
{% if is_ajax_browsing %} {% else %} {% endif %}
{% if setting('pf_video_key') %}
{{ _p('Select a video to upload') }}
{{ _p('Cancel') }}
{% endif %} {% if is_ajax_browsing %}
{% endif %} {% if module_item_id %}
{% endif %}
{% if setting('pf_video_key') %} {{ Form.text('url', null, _p('or paste a URL')) }} {% else %} {{ Form.text('url', null, _p('Paste a URL')) }} {% endif %} {{ _p('Cancel') }}
{% if is_ajax_browsing %}
{{ Form.text('caption', null, _p('Video Caption...')) }} {{ Form.submit(_p('Save')) }}
{% else %}
{{ _p('Continue') }}
{% endif %}
{% endif %}