avatar->render($comment['user_id'], $comment['username'], $comment['name'], $comment['email']) ?>
text->e($comment['name'] ?: $comment['username']) ?> dt->datetime($comment['date_creation']) ?>
text->markdown( $comment['comment'], array( 'controller' => 'task', 'action' => 'readonly', 'params' => array( 'token' => $project['token'] ) ) ) ?> text->markdown( $comment['comment'], array( 'controller' => 'task', 'action' => 'show', 'params' => array( 'project_id' => $task['project_id'] ) ) ) ?>