Michael,
I try this but it doesn’t work too (the comment form does not appear):
<?php
/*
* Template Name: Reviews
*/
get_header(); ?>
<div class="container page">
<h2>Отзывы</h2>
<?php /* The loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php comments_template(); ?>
<?php comment_form();?>
<?php endwhile; ?>
</div>
<?php get_footer(); ?>