{% extends "core/article_page.html" %} {% load wagtailcore_tags wagtailimages_tags comments mptt_tags molo_commenting_tags i18n %} {% block content %} {% get_comments_content_object for form as self %}

{{comment.user_name}} {{comment.submit_date}}

{{comment.comment}}

{% 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 %}