{% for comment in order_comments %}
{% if comment.getEditorUser() %} {{comment.getUser().getNombre()}} (editado) {% else %} {{comment.getUser().getNombre()}} {% endif %} {{ comment.getCreatedAt().modify('+3 hours').format('d-m-Y H:i') }}

{{comment.getComment()}}
{% else %}
Sin comentarios.
{% endfor %}