{% extends "root.html" %} {% block head %} Community settings - {{ config.name }} {% endblock %} {% block body %} {{ macros::nav() }}
{{ icon "settings" }} {{ text "settings:tab.general" }} {{ icon "image" }} {{ text "settings:tab.images" }} {{ icon "users-round" }} {{ text "communities:tab.members" }} {% if can_manage_channels -%} {{ icon "rss" }} {{ text "communities:tab.channels" }} {%- endif %} {% if can_manage_emojis -%} {{ icon "smile" }} {{ text "communities:tab.emojis" }} {%- endif %}
Read access
Join access
Post permission
{{ text "communities:label.change_title" }}
{{ icon "skull" }} {{ text "communities:label.danger_zone" }}
{{ icon "arrow-left" }} {{ text "general:action.back" }}
{% if can_manage_channels -%} {%- endif %} {% if can_manage_emojis -%} {%- endif %}
{% endblock %}