{% extends "base.html" %} {% from "macros/icon.html" import icon with context %} {% from "macros/title.html" import title_tag with context %} {% from "macros/create.html" import checked_if with context %} {% block title %}{{ title_tag('Settings for ' + gu.handle()) }}{% endblock %} {% block heading %}

Settings: {{ gu.handle() }}

{% endblock %} {% block content %} {% if gu.owner == None and current_user.is_administrator %}

{{ icon('spoiler') }} {{ gu.handle() }} is unmoderated

{% endif %}

Community Identity

Safety

Bans (aka: exiles) are permanent and reversible.
Banned (exiled) users are not allowed to post or comment on {{ gu.handle() }}.
Reverse the ban by checking “Remove ban on given user”.

Management

{% if gu.owner == current_user.user or current_user.is_administrator %}

{% endif %}
{% endblock %}