<%@ Control Language="C#" AutoEventWireup="true" CodeFile="CommentView.ascx.cs" Inherits="User_controls_CommentView" %> <%@ Import Namespace="BlogEngine.Core" %> <% if (Post.Comments.Count > 0){ %>

<%=Resources.labels.comments %>

<%} %>

<%=Resources.labels.addComment %>


<%if (BlogSettings.Instance.Avatar != "none" && BlogSettings.Instance.Avatar != "monster"){ %> (<%=string.Format(Resources.labels.willShowGravatar, "Gravatar")%>) <%} %>

<% if(BlogSettings.Instance.EnableCountryInComments){ %>  

<%} %> [b][/b] - [i][/i] - [u][/u]- [quote][/quote]



<% if (BlogSettings.Instance.IsCoCommentEnabled){ %> <%} %>
<%=Resources.labels.commentsAreClosed %>