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

{{ org.name }}

Channels

{% for channel in channels %} {% endfor %}
Name Level Actions
{{ channel.name }} {{ channel.role }}
{% if channel.role == "trusted" %} {% else %} {% endif %}
Add new trusted channel Add new follower channel View QR Code

Trusted Users

{% for user in users %} {% endfor %}
Name Sent messages Actions
{{ user.name }} {{ user.number_messages }}
Add new trusted user
{% endblock %}