{% 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 %}
{{ _('No chats') }}

{{ _("There are no chats involving you, yet. Start a conversation using the \"Send message\" button on someone's profile.") }}

{% endblock %}