{% extends "admin_app.html" %} {% from "library.j2" import action_button, custom_form_button, form_button, circle_name %} {% block content %}
{% trans %}Circles aim to help people who are in the same social circle find each other on your service.{% endtrans %}
{% trans %}Users who are in the same circle will see each other in their contact list. In addition, each circle may have group chats where the circle members are included.{% endtrans %}
{%- if circles -%} {%- else -%}{% trans %}Currently, there are no circles on this service. Use the form below to create one.{% endtrans %}