{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') -%} {% extends 'themes/' + theme() + '/base.html' -%} {% else -%} {% extends "base.html" -%} {% endif -%} -%} {% from 'bootstrap/form.html' import render_form -%} {% block app_content -%}
{{ _('This post is hosted on beehaw.org which has higher standards of behaviour than most places. Be nice.') }}
{% endif -%} {% if post.community.posting_warning -%}{{ post.community.posting_warning|safe }}
{% endif -%} {{ render_form(form) }} {% if not low_bandwidth -%} {% if markdown_editor -%} {% else -%} {% endif -%} {% endif -%}{{ _('Verify your email address to comment') }}
{% endif -%} {% else -%} {% endif -%} {% else -%}{{ _('Comments are disabled.') }}
{% endif -%} {% if replies -%}
Deleted by moderator
{% else -%}Deleted by author
{% endif -%} {% else -%} {{ comment['comment'].body_html | community_links | safe }} {% endif -%}