<% if (ctx.editable) { %> '/> <% } else { %> ' readonly/> <% } %>
<% if (ctx.post) { %>
<%= ctx.makeThumbnail(ctx.post.thumbnailUrl) %>
<%= ctx.makeRadio({ required: true, text: 'Merge to this post
' + ctx.makeUserLink(ctx.post.user) + ', ' + ctx.makeRelativeTime(ctx.post.creationTime) + '', name: 'target-post', value: ctx.name, }) %>
<%= ctx.makeRadio({ required: true, text: 'Use this file
' + ctx.makeFileSize(ctx.post.fileSize) + ' ' + { 'image/gif': 'GIF', 'image/jpeg': 'JPEG', 'image/png': 'PNG', 'image/webp': 'WEBP', 'image/bmp': 'BMP', 'image/avif': 'AVIF', 'image/heif': 'HEIF', 'image/heic': 'HEIC', 'video/webm': 'WEBM', 'video/mp4': 'MPEG-4', 'video/quicktime': 'MOV', 'application/x-shockwave-flash': 'SWF', }[ctx.post.mimeType] + ' (' + (ctx.post.canvasWidth ? `${ctx.post.canvasWidth}x${ctx.post.canvasHeight}` : '?') + ')', name: 'target-post-content', value: ctx.name, }) %>

<% } %>