50x50
{{ comment.name }}
{{ 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 } })) }}
{% endif %}
{% if comment.enabledChildren|length > 0 %}
{% for comment in comment.enabledChildren %} {% include '@OdiseoSyliusBlogPlugin/Shop/Article/_comment.html.twig' with {'comment': comment, 'withReply': false} %} {% endfor %}
{% endif %}