{% 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' %} {% block app_content %}
{{ _('You have blocked this person or they have blocked you.') }}