{% 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 %}
{{ _('If you wish to de-escalate the discussion on your post and now feel like it was a mistake, click the button below.') }}
{{ _('No further comments will be posted and a message saying you made a mistake in this post will be displayed.') }}
{{ render_form(form) }}