{% extends "core/article_page.html" %} {% load molo_commenting_tags %} {% block content %} {% get_comments_content_object for form as self %}
{% if messages %} {% endif %}
{% if request.user.is_authenticated %} {% include "comments/form.html" with node=comment %} {% else %}

{% trans "Please " %}{% trans "log in" %}{% trans " to leave a comment." %}

{% endif %}
{% endblock %}