<% if((typeof str_title !== "undefined") && (typeof str_noTitle !== "undefined") && (typeof str_creator !== "undefined") && (typeof str_contributor !== "undefined") && (typeof str_views !== "undefined") && (typeof str_series !== "undefined") && (typeof str_recordingDate !== "undefined") && (typeof str_description !== "undefined") && (typeof str_noDescriptionAvailable !== "undefined")) { %>
<% if(typeof description !== "undefined" && typeof title !== "undefined" && typeof creator !== "undefined" && typeof series !== "undefined" && typeof contributor !== "undefined" && typeof date !== "undefined") { %>

<%- str_title %>

<% if(title != "") { %> <%- title %> <% } else { %>

<%- str_noTitle %>

<% } %>

<% if(creator != "") { %>

<%- str_creator %>

<%- creator %>

<% } %> <% if(contributor != "") { %>

<%- str_contributor %>

<%- contributor %>

<% } %> <% if(views != "") { %>

<%- str_views %>

<%- views %>

<% } %>
<% if(series != "") { %>

<%- str_series %>

<%- series %>

<% } %> <% if(date != "") { %>

<%- str_recordingDate %>

<%- date %>

<% } %> <% if(description != "") { %>

<%- str_description %>

<%- description %>

<% } %>
<% } else { %> <%- str_noDescriptionAvailable %> <% } %>
<% } %>