{% 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 {% block oauth %} {% if oauth %} {% endif %} {% endblock oauth %}
{% endif %}