{% set can_comment = request.user.is_authenticated and comment_form and not comment_lock %}
{{ _('There are no comments at the moment.') }}
{{ _('Comments') }} {% if can_comment %} {{ _('Write comment') }} {% endif %}
{% if can_comment %}{{ _('New comment') }}
{% endblock %} {% if is_new_user %}
{% include "comments/content-list.html" %}
{% elif not comment_lock %} {% endif %} {% if comment_lock %}