point-tools/old/src/PointToolsBundle/Resources/views/Post/comments_list.html.twig

5 lines
193 B
Twig

{% if comments|length > 0 %}
{% for comment in comments %}
{% include '@SkobkinPointTools/Post/comment_list.html.twig' with {'comment': comment} only %}
{% endfor %}
{% endif %}