{% extends "base.html" %} {% block title %}Conversations - {{ app_name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Conversations {% if new_conversations_allowed %} {% endif %}

Loading...

Loading conversations...

{% if new_conversations_allowed %} {% endif %} {% endblock %} {% block extra_scripts %} {% endblock %}