{% load comment_tags %} {% load i18n %} {% if is_anonymous_allowed or user.is_authenticated %}
{% endif %} {% if user.is_anonymous %} {% block login_info %}{% 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 %}