{% load i18n marcus_tags %} {% include "marcus/blocks/comments.html" %} {% if form %}
{% if request.user.is_authenticated %}
{{ request.user }}
{% else %} {% for error in form.errors.name %} {{ error }} {% endfor %} {% endif %}
{% for error in form.errors.text %} {{ error }} {% endfor %}
{% comment %} {% if form.errors %} {% endif %} {% endcomment %}
{% else %}

{% trans "The article is closed for comments" %}

{% endif %}