%namespace name='static' file='../../static_content.html'/> <% import json import copy %> ## js templates % for template_name in ["metadata-number-entry", "metadata-string-entry", "metadata-option-entry", "metadata-option-public-access", "metadata-list-entry", "metadata-dict-entry", "metadata-file-uploader-entry", "metadata-file-uploader-item"]: % endfor <% metadata_field_copy = copy.copy(editable_metadata_fields) %> ## Delete 'thumbnail' field (if it exists) so metadata editor view does not attempt to render it. % if 'thumbnail' in editable_metadata_fields: ## the new video editor needs access to the 'thumbnail' value, so delete from a copy. <% del metadata_field_copy['thumbnail'] %> % endif