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

Join discussion:

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