<% unless comment.label.nil? %>

<%= comment.label.name %>

<% end %> <% statuses = CommentClassificationPlugin::Status.enabled %> <% if profile.organization? && user && user.has_permission?(:moderate_comments, profile) && !statuses.empty? %>
<%= link_to(_('Status'), :profile => profile.identifier, :controller => :comment_classification_plugin_myprofile, :action => :add_status, :id => comment.id) %>
<% end %>