<div class="{{$containerClassName}}comment-box {{/containerClassName}} {{#isChild}}nested{{/isChild}}" data-identifier="{{identifier}}">
	<table border="0" class="event-table">
		<tbody>
			<tr>
				<td class="avatar-cell">
					<!-- Avatar column -->
					<div class="avatar-container" data-identifier="{{participant.identifier}}">
					</div>
				</td>

				<td class="content-cell" colspan="2">
					{{$viewChangesAction}}<button type="button" class="action-row-button latent" onclick="layout.navigateToSourceFile('{{filePath}}')">View Changes</button>{{/viewChangesAction}}
					{{^alwaysEditable}}
                    {{^isDraft}}
						<div class="toolbar-container" onmousedown="return false;">
                            {{$toolbar}}
							<div class="toolbar">
								<ul>
                                    {{#mutable}}
                                        {{$toolbar-edit}}
                                        <li><a href="#" onclick="return false;" class="toolbar-button" data-identifier="{{identifier}}" data-action="edit">{{"toolbar-edit.svg" | ActivityTemplateRenderSVG}}</a></li>
                                        {{/toolbar-edit}}
                                        {{#inlineReplies-disable}}
                                        <li><a href="#" onclick="return false;" class="toolbar-button" data-identifier="{{identifier}}" data-action="inline-reply">{{"toolbar-reply.svg" | ActivityTemplateRenderSVG}}</a></li>
                                        {{/inlineReplies-disable}}
                                        {{^inlineReplies}}
                                        {{$toolbar-reply}}
                                        <li><a href="#" onclick="return false;" class="toolbar-button" data-identifier="{{identifier}}" data-action="reply">{{"toolbar-reply.svg" | ActivityTemplateRenderSVG}}</a></li>
                                        {{/toolbar-reply}}
                                        {{/inlineReplies}}
                                        {{$toolbar-delete}}
                                        <li><a href="#" onclick="return false;" class="toolbar-button" data-identifier="{{identifier}}" data-action="delete">{{"toolbar-delete.svg" | ActivityTemplateRenderSVG}}</a></li>
                                        {{/toolbar-delete}}
                                    {{/mutable}}
                                    {{^mutable}}
                                        {{#inlineReplies-disable}}
                                        <li><a href="#" onclick="return false;" class="toolbar-button" data-identifier="{{identifier}}" data-action="inline-reply">{{"toolbar-reply.svg" | ActivityTemplateRenderSVG}}</a></li>
                                        {{/inlineReplies-disable}}
                                        {{^inlineReplies}}
                                        {{$toolbar-reply}}
                                        <li><a href="#" onclick="return false;" class="toolbar-button" data-identifier="{{identifier}}" data-action="reply">{{"toolbar-reply.svg" | ActivityTemplateRenderSVG}}</a></li>
                                        {{/toolbar-reply}}
                                        {{/inlineReplies}}
                                    {{/mutable}}
								</ul>
							</div>
                            {{/toolbar}}
						</div>
                    {{/isDraft}}
                            {{#isDraft}}
                                <div class="action-row editing">
                                <span class="username">{{participant.displayName}}</span>
                            {{/isDraft}}
                            {{^isDraft}}
                                <div class="action-row">
                                <span class="username">{{participant.displayName}}</span>
                                {{$actionContent}}{{type | ActivityTemplateRenderAction}}{{/actionContent}}
                            {{/isDraft}}
						</div>
					{{/alwaysEditable}}

					<div class="content selectable" data-identifier="{{identifier}}">{{$htmlContent}}{{content.html | ActivityTemplateFilterEmptyTags }}{{/htmlContent}}</div>
				</td>
			</tr>
			<tr class="empty-rows botom-right">
				<!-- Empty bottom-right cell -->
				<td class="empty-cells bottom-right"></td>

				<!-- Separator cell -->
				<td class="empty-cells separator">
					<hr class="table-separator event">
				</td>
			</tr>
		</tbody>
	</table>

{{$nestedChildren}}
	{{>Activity-Comment}}
{{/nestedChildren}}

</div>
