{% extends 'base.html' %} {% block title %} Environment creation {% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Environment creation


Areas: {{ T3SF.players_list|count }}

Channels to create per Area:

Channels for Game Masters:

{%- for player in T3SF.players_list -%}
{{player}}
{%- endfor -%}
Internal chat
Inbox
Decision log
{%- if T3SF.platform == "discord" -%}
Voice channel
{%- endif -%}
Internal chat
Logs
{%- if T3SF.platform == "discord" -%}
Voice channel
{%- endif -%}
{% endblock %}