{{ post.title }} {{ __('Autor', 'Sindikatua')}}: {{ post.author.name }} • {{ post.date }} {{ post.content }} {% if post.comments %} {% for cmt in post.comments %} {% include 'partials/comment.twig' with { comment: cmt } %} {% endfor %} {% endif %} {% if post.comment_status == 'closed' %} {{ __('No se puede comentar', 'Sindikatua') }} {% else %} {% include 'partials/comment-form.twig' %} {% endif %}
{{ __('No se puede comentar', 'Sindikatua') }}
{% else %} {% include 'partials/comment-form.twig' %} {% endif %}