{% trans_default_domain 'EasyMediaBundle' %} {% set isModal = (modal is defined and modal) ? true : false %} {% set isBrowser = (browser is defined and browser) ? true : false %} {# easy_media.base_url #} {% set options = { 'baseUrl' : easy_media.base_url, 'hideFilesExt' : easy_media.hide_files_ext, 'mimeTypes' : easy_media.extended_mimes, 'broadcasting' : easy_media.enable_broadcasting, } %} {% set routes = { 'files' : path('media.get_files'), 'upload' : path('media.upload'), } %} {% set translations = { 'add_to_list' : 'add.list'|trans, 'added' : 'add.added'|trans, 'already_exists' : 'error.already_exists'|trans, 'application' : 'application'|trans, 'pdf' : 'filter.type.pdf'|trans, 'oembed' : 'filter.type.oembed'|trans, 'audio' : 'audio.main'|trans, 'bm_add_to_list' : 'bookmarks.add'|trans, 'bm' : 'bookmarks.main'|trans, 'clear' : 'clear'|trans({'attr' : 'crop.selection'|trans}), 'copy_success' : 'copy.success'|trans, 'copy' : 'copy.main'|trans, 'create_folder_notif' : 'new.create_folder_notif'|trans, 'create_success' : 'create_success'|trans, 'crop_apply' : 'crop.apply'|trans, 'crop_flip_horizontal' : 'crop.flip_horizontal'|trans, 'crop_flip_vertical' : 'crop.flip_vertical'|trans, 'crop_reset_filters' : 'crop.reset_filters'|trans, 'crop_reset' : 'crop.reset'|trans, 'crop_cancel' : 'crop.cancel'|trans, 'crop_rotate_left' : 'crop.rotate_left'|trans, 'crop_rotate_right' : 'crop.rotate_right'|trans, 'crop_zoom_in' : 'crop.zoom_in'|trans, 'crop_zoom_out' : 'crop.zoom_out'|trans, 'crop' : 'crop.main'|trans, 'delete_success' : 'delete.success'|trans, 'delete' : 'delete.main'|trans, 'description' : 'description'|trans, 'diff' : 'editor.diff'|trans, 'dimension' : 'dimension'|trans, 'downloaded' : 'download.downloaded'|trans, 'editor' : 'editor.main'|trans, 'error_altered_fwli' : 'error.altered_fwli'|trans, 'filter_by' : 'filter.by'|trans({'attr' : ''}), 'filtration' : 'filter.filtration'|trans, 'find' : 'find'|trans, 'focals' : 'focals'|trans, 'folder' : 'folder'|trans, 'found' : 'found'|trans, 'glbl_search_avail' : 'search.glbl_avail'|trans, 'glbl_search' : 'search.glbl'|trans, 'go_to_folder' : 'go_to_folder'|trans, 'image' : 'image'|trans, 'last_modified' : 'last_modified'|trans, 'locked' : 'locked'|trans, 'move_clear' : 'move.clear_list'|trans, 'move_success' : 'move.success'|trans, 'move' : 'move.main'|trans, 'name' : 'name'|trans, 'new_uploads_notif' : 'upload.new_uploads_notif'|trans, 'no_val' : 'no_val'|trans, 'non' : 'non'|trans, 'nothing_found' : 'nothing_found'|trans, 'open' : 'open'|trans, 'close' : 'close'|trans, 'options' : 'options'|trans, 'presets' : 'crop.presets'|trans, 'refresh_notif' : 'refresh_notif'|trans, 'rename_success' : 'rename.success'|trans, 'rename' : 'rename.main'|trans, 'reset' : 'move.reset'|trans, 'save_success' : 'save.success'|trans, 'save' : 'save.main'|trans, 'selected' : 'select.selected'|trans, 'sep_download' : 'download.sep'|trans, 'size' : 'size'|trans, 'sort_by' : 'sort_by'|trans, 'stand_by' : 'stand_by'|trans, 'text' : 'text'|trans, 'to_cp' : 'copy.to_cp'|trans, 'upload_in_progress' : 'upload.in_progress'|trans, 'upload_success' : 'upload.success'|trans, 'video' : 'video'|trans, 'clarity' : 'editor.clarity'|trans, 'pinhole' : 'editor.pinhole'|trans, 'love' : 'editor.love'|trans, 'jarques' : 'editor.jarques'|trans, 'orange_peel' : 'editor.orange_peel'|trans, 'sin_city' : 'editor.sin_city'|trans, 'grungy' : 'editor.grungy'|trans, 'old_boot' : 'editor.old_boot'|trans, 'lomo' : 'editor.lomo'|trans, 'vintage' : 'editor.vintage'|trans, 'cross_process' : 'editor.cross_process'|trans, 'concentrate' : 'editor.concentrate'|trans, 'glowing_sun' : 'editor.glowing_sun'|trans, 'sunrise' : 'editor.sunrise'|trans, 'nostalgia' : 'editor.nostalgia'|trans, 'hemingway' : 'editor.hemingway'|trans, 'her_majesty' : 'editor.her_majesty'|trans, 'hazy_days' : 'editor.hazy_days'|trans, 'brightness' : 'editor.brightness'|trans, 'contrast' : 'editor.contrast'|trans, 'saturation' : 'editor.saturation'|trans, 'vibrance' : 'editor.vibrance'|trans, 'exposure' : 'editor.exposure'|trans, 'hue' : 'editor.hue'|trans, 'sepia' : 'editor.sepia'|trans, 'gamma' : 'editor.gamma'|trans, 'noise' : 'editor.noise'|trans, 'clip' : 'editor.clip'|trans, 'sharpen' : 'editor.sharpen'|trans, 'stack_blur' : 'editor.stack_blur'|trans, 'greyscale' : 'editor.greyscale'|trans, 'invert' : 'editor.invert'|trans, 'public' : 'visibility.public'|trans, 'private' : 'visibility.private'|trans, 'seo.title' : 'seo.title'|trans, 'seo.alt' : 'seo.alt'|trans, 'seo.description' : 'seo.description'|trans, 'edit_metas_success' : 'seo.edit_metas'|trans } %}
{# top toolbar #} {% include '@EasyMedia/partials/manager/toolbar.html.twig' %} {# ====================================================================== #} {# dropzone #} {% include '@EasyMedia/partials/manager/dropzone.html.twig' %} {# ====================================================================== #}
{# path toolbar #} {% include '@EasyMedia/partials/manager/breadcrumb.html.twig' %} {# ====================================================================== #}
{# upload preview #} {% include '@EasyMedia/partials/manager/upload-preview.html.twig' %} {# loadings #} {% include '@EasyMedia/partials/manager/loadings.html.twig' %} {# overlay #}
{# intro #} {# #} {# movable list #} {% verbatim %}{{ movableItemsCount || null }}{% endverbatim %}
{# ====================================================================== #} {# files box #} {# no search #}
{# files #}
  • {# copy file link #}
    {# folder #} {# any other #}
{# ====================================================================== #} {# modals #} {% include '@EasyMedia/partials/modal/ops.html.twig' %}