{% load wagtailcore_tags wagtailimages_tags comments mptt_tags molo_commenting_tags i18n %} {% block content %} {% get_comments_content_object for form as self %}
{% with parent_section=self.get_parent_section ancestor=self.get_parent_section.get_ancestors.last %}
{% if self.image %} {% image self.image width-98 %} {% elif parent_section.image %} {% image parent_section.image width-98 %} {% else %} {% image ancestor.sectionpage.image width-98 %} {% endif %}
{{ancestor.sectionpage.title}}
{{parent_section.title}}
{% endwith %}
{% 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 %}