{% extends 'base.html' %} {% block 'body' %}

Create a new organization

You will be the administrator of this organization. If you don't want to be, do not create the organization under your account — use someone else's! You won't be able to transfer ownership later, so make a wise decision now.

Choose trusted channels

In order to have a channel appear as a choice here, you must be in that channel and you must be an admin in that channel. Trusted users can only send messages from trusted channels. (For technical reasons, if you're in more than 200 groups, we don't show all of them. Also, you're in 200 groups?)

{% for group in groups %}
{% endfor %}

Choose trusted users

A user appears here if they're in one of the channels you administrate. If someone is a trusted user, they can send messages to every group in a trusted channel. Don't forget to add yourself!

{% for user in users %}
{% endfor %}
{% csrf_token %}
{% endblock %}