{% 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 %}
{{ _('Options for conversation with "%(member_names)s"', member_names=conversation.member_names(current_user.id)) }}

{{ _('If you are reporting abuse then do not delete the conversation - moderators will not be able to read it if you delete it.') }}

{% endblock %}