{% load comment_tags %} {% load i18n %} {% if is_anonymous_allowed or user.is_authenticated %}
{% csrf_token %}
{% include 'comment/comments/comment_form.html' with placeholder=placeholder %}
{% if comment %} {% endif %}
{% endif %} {% if user.is_anonymous %}
{% if is_anonymous_allowed %}

{% trans "Comment Anonymously or" %} {% trans "Login" %} {% trans "to keep your conversations intact" %}

{% else %}

{% trans "Login" %} {% trans "to join the discussion" %}

{% endif %} {% if oauth %} {% block oauth %} {% endblock oauth %} {% endif %}
{% endif %}