{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% set active_child = 'chats' %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{{ _('If you are reporting abuse then do not delete the conversation - moderators will not be able to read it if you delete it.') }}