{{ comment.comment|nl2br }}
{% if withReply is defined and withReply == true %}
{{ 'odiseo_sylius_blog_plugin.ui.reply'|trans }}
{{ render(url('odiseo_blog_partial_comment_create', {
'articleId': comment.article.id,
'commentId': comment.id,
'template': '@OdiseoSyliusBlogPlugin/Shop/Article/_comment_create.html.twig',
'redirectRoute': 'odiseo_sylius_blog_plugin_shop_article_show',
'redirectParameters': {'slug': comment.article.slug }
})) }}