{{ comments_template() }} {% if post_password_required() %}

{{ __('This post is password protected. Enter the password to view comments.', 'kubrick') }}

{% else %} {% if have_comments() %}

{{ comments_number(__('No Responses', 'kubrick'), __('One Response', 'kubrick'), __('% Responses', 'kubrick')) }} to “{{ the_title('', '', false) }}”

    {{ wp_list_comments() }}
{% else %} {# this is displayed if there are no comments so far #} {% if comments_open() %} {% else %} {# comments are closed #}

{{ __('Comments are closed.', 'kubrick') }}

{% endif %} {% endif %} {% if comments_open() %}

{# comment_form_title( __('Leave a Reply', 'kubrick'), __('Leave a Reply for %s' , 'kubrick') ) #}

{# cancel_comment_reply_link() #}
{% if get_option('comment_registration') and not is_user_logged_in() %}

You must be logged in to post a comment.

{% else %}
{% if is_user_logged_in() %}

Logged in as {{ get_user_identity() }}. {{ __('Log out »', 'kubrick') }}

{% else %}

{% endif %}

{{ comment_id_fields() }}

{{ do_action('comment_form', get_post().ID) }}
{% endif %} {# If registration required and not logged in #}
{% endif %} {# if you delete this the sky will fall on your head #} {% endif %}