{%- import "apostrophe-schemas:macros.html" as schemas -%} {%- import "apostrophe-ui:components/buttons.html" as buttons -%} {% macro video(field) %} {% if not field.readOnly %}{% endif %}
{{ __('Embedding is not allowed for this video.') }}
{{ __('That video was not found. Paste a URL to the video\'s page.') }}
{% endmacro %} {{ schemas.fieldset(data, video) }}