<% if ( !success ) { %>

Information not found

No information could be found on the work for <%= work %>.

You can try searching Google or Wikipedia.

<% } else { %>
<% if (authors){ %> <% } %> <% if (editors){ %> <% } %> <% if (typeof source !== 'undefined' && source){ %> <% } %>
Title <%- title %>
Language <%- language %>
Author <%- authors.join(", ") %>
Editor <%- editors.join(", ") %>
Source <%- source %>
<% if (source_description){ %><%- source_description %><% } %>
<% if ( typeof wiki_info !== 'undefined' && wiki_info.summary !== "undefined" && wiki_info.summary !== null ) { %> <%= wiki_info.summary.replace(new RegExp('[\\^]([^\n]+)', 'gi'),"$1").replace(new RegExp('\r?\n', 'g'), '

') %> <% } %> <% } %>