{% 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 %} {% if self.image %} {% image self.image width-320 class="article__image" %} {% endif %}
{% if request.user.is_authenticated %} {% include "comments/form.html" with node=comment %} {% else %}
{% trans "Please " %} {% trans " to leave a comment." %}
{% endif %}
{% trans "Back to article" %}
{% endblock %}