This is the closest I could find. Can anyone help? Thanks!
<?php else : // this is displayed if there are no comments so far ?>
<?php if (‘open’ == $post->comment_status) : ?>
<!– If comments are open, but there are no comments. –>
<?php else : // comments are closed ?>
<!– If comments are closed. –>
<p class=”nocomments”><?php _e(‘Comments are closed’,’panorama’) ; ?></p>
<?php endif; ?>
<?php endif; ?>