% 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")) { %>
<%- str_title %>
<% if(title != "") { %> <%- title %> <% } else { %>
<%- str_noTitle %>
<% } %><%- str_creator %>
<%- creator %>
<%- str_contributor %>
<%- contributor %>
<%- str_views %>
<%- views %>
<%- str_series %>
<%- series %>
<%- str_recordingDate %>
<%- date %>
<%- str_description %>
<%- description %>