<%- include('includes/head.ejs'); -%> <% if (typeof page.adv === 'object' && page.adv.brand) { %> <%- page.adv.brand %> <% } %>
<% if (typeof page.adv === 'object' && page.adv.top) { %>
<%- page.adv.top %>
<% } %>
<%- page.l.home %> <% if (movie.genre_url) { %> - <%- movie.genre_url %> <% } else { %> - <%- movie.year_url %> <% } %> - <%= movie.title %>
<%- include('includes/left.ejs'); -%>

<%- page.h1 %>

<%- movie.premiere %>
<%- movie.description %>

<%= movie.title %> (<%- movie.year %>)

<% if (typeof page.adv === 'object' && page.adv.over) { %>
<%- page.adv.over %>
<% } %>
<% if (page.player) { %> <%- page.player %> <% } %>
<% if (typeof page.adv === 'object' && page.adv.under) { %>
<%- page.adv.under %>
<% } %> <% if (movie.pictures.length) { %>
<% movie.pictures.forEach(function (picture) { %> <% var ahref = page.urls.movies.picture ? movie.url + '/' + page.urls.movies.picture : picture.picture_big %> <%= movie.title %> <% }); %>
<% } %> <% if (!page.urls.movies.picture) { %> <% } %> <% if (page.urls.movies.download) { %> <% } %> <% if (page.seo) { %>
<%- page.seo %>
<% } %> <% if (typeof contents === 'object' && contents.length) { %> <% contents.forEach(function (content) { %> <% }); %> <% if (contents.length % 2) { %>
<% } %> <% } %> <% if (typeof movies === 'object') { for (var type in movies) { if (movies.hasOwnProperty(type) && movies[type].length) { movies[type].forEach(function (category) { %>
<%- category.name %>
<% }); } } } %> <% if (page.comments) { %> <%- page.comments %> <% } else { %>

<%- page.l.comments %> <%- comments && comments.count || '0' %>

<% if (typeof comments === 'object' && typeof comments.config === 'object') { %> <% if (comments.config.star_rating) { %>
<% } %>
<% if (comments.config.bb_codes) { %>
<%- page.l.bold.toLowerCase() %> <%- page.l.italic.toLowerCase() %> 👻 <%- page.l.spoiler.toLowerCase() %> 🔍 <%- page.l.search.toLowerCase() %>
<% } %>
<% if (comments.config.question) { %> <% } %>
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
<%- comments.indexer ? comments.indexer : '' %> <% if (comments.list && comments.list.length) { %> <% comments.list.forEach(function (comment) { %>
<%= comment.user %>
<% if (comments.config.star_rating) { %> <% if (comment.star === 1) { %>
<% } else if (comment.star === 2) { %>
<% } else if (comment.star === 3) { %>
<% } %> <% } %>
<%- comment.like %> <%- comment.dislike %>
<%- comment.user %>
<%- page.l.said %>
<%- comment.date %>
<%- comment.comment %>
<% if (comment.admin) { %>
<%- comment.admin %>
<% } %>
<% }); %> <% } %> <% } %>
<% if (comments && comments.prev) { %>
<% } %> <% if (comments && comments.next) { %>
<% } %>
<% } %>