{"includes/config_top.html"} {% if mod_admin :}

Mods with admin power can edit global and board configuration and create and manage mods.

{% i = 0 %} {% for i, mod in enumerate(mods) :} {% i += 1 %} {:}
NameAdminCreatedLast ActiveActions
{{ mod.name }} {% if mod.admin :}yes{:} {{ mod.created }} {{ mod.last_active }} {% if mod.admin :}
{: else :}
{:}

New Mod

Name must match the regex /{{ common.MOD_NAME_REGEX }}/.

Name:

{: else :}

You need to be an admin to create and manage mods.

{% i = 0 %} {% for i, mod in enumerate(mods) :} {% i += 1 %} {:}
NameAdminCreatedLast Active
{{ mod.name }} {% if mod.admin :}yes{:} {{ mod.created }} {{ mod.last_active }}
{:}