<% if (templates.length == 0){ %>
<%= text_default_blank %>
<% } %> <% if (templates.length > 0) { %>
<%= block_default_templates_text %>
<% for (var k = 0; k < templates.length; k++) { %>
style="background-image: url(<%= templates[k].image %>);" <% } %>> <% if (!templates[k].image) { %> <%= template %> <% } %>
<% if (templates[k].title) { %>
<%= templates[k].title %>
<% } %> <% if ( ! templates[k].external ) { %> <% } %>
<% } %>
<% } %>