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

{_Mods with admin power can edit global and board configurations and create and manage mods._}

{% i = 0 %} {% for i, mod in enumerate(mods) :} {% i += 1 %} {:}
{_Name_}{_Admin_}{_Created_}{_Last Active_}{_Actions_}
{{ 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 %} {:}
{_Name_}{_Admin_}{_Created_}{_Last Active_}
{{ mod.name }} {% if mod.admin :}{_yes_}{:} {{ mod.created }} {{ mod.last_active }}
{:}