{% if article.images|length > 0 %}
{% endif %}
{{ article.content|raw }}
{{ 'odiseo_blog.ui.article_comments'|trans }}
{% for comment in article.enabledComments %} {% include '@OdiseoSyliusBlogPlugin/Shop/Article/_comment.html.twig' with {'comment': comment, 'withReply': true} %} {% endfor %}{{ 'odiseo_sylius_blog_plugin.ui.leave_comment'|trans|raw }}
{{ render(url('odiseo_blog_partial_comment_create', { 'articleId': article.id, 'template': '@OdiseoSyliusBlogPlugin/Shop/Article/_comment_create.html.twig', 'redirectRoute': 'odiseo_sylius_blog_plugin_shop_article_show', 'redirectParameters': {'slug': article.slug } })) }}