<?php if ( !defined( 'HABARI_PATH' ) ) { die('No direct access'); } ?>
<?php if ( !$post->info->comments_disabled ) : ?>
<div id="comment-form">
<?php if ( Session::has_messages() ) Session::messages_out(); ?>
<?php $post->comment_form()->out(); ?>
</div>
<?php else: ?>
<div id="comments-closed">
<p><?php _e( "Comments are closed for this post" ); ?></p>
</div>
<?php endif; ?>