__section__
default
__description__
Message that is displayed when comments are deleted from a discussion.

* sid = story ID
* count = number of deleted comments
* comments_deleted = arrayref of CIDs of deleted comments
__title__

__page__
comments
__lang__
en_US
__name__
deleted_cids
__template__
The following
[% IF count > 1 %][% count %] comments were[% ELSE %]comment was[% END %] deleted from [% sid%]:
[% FOR c = comments_deleted %]
#[% c %][% UNLESS c == comments_deleted.last %], [% END %]
[% END %]
<br>
__seclev__
1000
__version__
$Id$
