<% 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 %>
<% } %> <% 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 %>