<%- include('includes/head.ejs'); -%>
<%- include('includes/header.ejs'); -%>
<%- include('includes/header2.ejs'); -%>
<% if (typeof slider === 'object' && slider.length) { %>
<% } %> <% if (typeof page.adv === 'object' && page.adv.over) { %>
<%- page.adv.over %>
<% } %>
<%- page.player %>
<% if (typeof page.adv === 'object' && page.adv.under) { %>
<%- page.adv.under %>
<% } %>
<%= page.title %> <% if (movie.quality) { %>
<%- movie.quality %>
<% } %> <% if (movie.translate) { %>
<%- movie.translate %>
<% } %>

<%- page.h1 %>

<%= movie.title_en %>    <%- movie.premiere %>

<% if (movie.year_url) { %> <%- movie.year_url %> <% } %>   <% if (movie.genres_url) { %> <%- movie.genres_url %> <% } %>

<%- movie.imdb_rating / 10 %>
<%- page.l.imdb %>: <%- movie.imdb_rating / 10 %>/10 <%- movie.imdb_vote %> <%- page.l.votes %>
<%- movie.kp_rating / 10 %>
<%- page.l.kp %>: <%- movie.kp_rating / 10 %>/10 <%- movie.kp_vote %> <%- page.l.votes %>
<% if (movie.directors_url) { %>

<%- movie.directors_url %>

<% } %> <% if (movie.actors_url) { %>

<%- movie.actors_url %>

<% } %> <% if (movie.countries_url) { %>

<%- movie.countries_url %>

<% } %> <% if (movie.tags_url) { %>

<%- movie.tags_url %>

<% } %>
<% if (movie.description) { %>

<%- page.l.storyline %>

<%- movie.description %>
<% } %> <% if (typeof contents === 'object' && contents.length) { %>
<% contents.forEach(function (content) { %> <% }); %>
<% } %> <% if (page.seo) { %>
<%- page.seo %>
<% } %> <% 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) { %>
<% } %>
<% } %> <% if (typeof movies === 'object') { for (var type in movies) { if (movies.hasOwnProperty(type)) { %> <% if (movies[type].length) { %>
<% movies[type].forEach(function (category) { %>

<%- category.name %>

<% }); %>
<% } %> <% } } } %>
<%- include('includes/right.ejs'); -%>
<%- include('includes/footer.ejs'); -%>