Filename: {{zenarioO.columnValue(m.id, 'filename')|escape}}

Alt tag: {{zenarioO.columnValue(m.id, 'alt_tag')|escape}}

Size: {{zenarioO.columnValue(m.id, 'size')|escape}}

<% var width = zenarioO.columnValue(m.id, 'width'); %> <% var height = zenarioO.columnValue(m.id, 'height'); %> <% var mimeType = zenarioO.columnValue(m.id, 'mime_type'); %> <% if (width && height) { %> <% if (mimeType == 'image/svg+xml') { %>

Width x Height: {{width|escape}} x {{height|escape}}px; {{'scalable'}}

<% } else { %>

Width x Height: {{width|escape}} x {{height|escape}}px

<% } %> <% } else { %> <% if (mimeType == 'image/svg+xml') { %>

Width x Height: {{'No dimensions; scalable'}}

<% } else { %>

Width x Height: {{'No dimensions'}}

<% } %> <% } %> <% if (zenarioO.tuix.columns.in_use_anywhere) { %>

In use: {{zenarioO.columnValue(m.id, 'in_use_anywhere')|escape}}

<% } else { %> <% if (zenarioO.tuix.columns.in_use_here) { %>

In use here: {{zenarioO.columnValue(m.id, 'in_use_here')|escape}}

<% } %> <% if (zenarioO.tuix.columns.in_use_elsewhere) { %>

In use elsewhere: {{zenarioO.columnValue(m.id, 'in_use_elsewhere')|escape}}

<% } %> <% } %> <% if (zenarioO.tuix.columns.tags) { %>
Tags:
<% if (zenarioO.pi.imageTagsById && zenarioO.pi.imageTagsById[m.id]) { %>
{{zenarioT.microTemplate('zenario_image_tag', zenarioO.pi.imageTagsById[m.id])}}
<% } %> <% } %>