{{ 'insert_media' | translate }}

    @if (selectMedia()) {
  • {{ 'select_file' | translate }}
  • }
  • {{ 'upload_new' | translate }}

    {{ 'drop_files_here' | translate }}

    @for (f of files; track f) { @if (f && f.type.startsWith('image')) { {{ f.name }} ({{ f.type }}) } @if (f && !f.type.startsWith('image')) { {{ f.name }} ({{ f.type }}) } }
{{ 'insert_media' | translate }}