{% import '@Theme/macro/form.html' as Form %}
{% if feed.content.embed_image is not defined %}
{{ _p('Default Poster') }}
{% endif %} {{ Form.text('caption', _p('Caption'), null, feed.content.caption) }} {% if listing %} {{ Form.select({ name: 'category_id', title: _p('Category'), options: listing, value: active }) }} {% endif %} {% if feed.module_id is empty %} {{ privacy('PHPfox_Videos', feed.id) }} {% endif %} {{ Form.submit(_p('Save')) }}