{"includes/top.html"} {"includes/default_headers.html"} {_Config for_} /{{ board_db.dir }}/ {"includes/top_nav_bar.html"} {"includes/board_select.html"} {% if msg :}
{{ msg }}
{:}

{_Config for_} /{{ board_db.dir }}/

{% if mod_admin :}

{_If *use default* is set then the board config defaults will be used instead of these values, see:_} {_board config defaults_}.

{% for i, (key, field) in enumerate(database.Board.CONFIG_FIELDS) :} {:}
{_Use Default_}
{{ _(field.name) }}: {$ field.html(key, config[key].value) $} {{ _(field.desc) }}

{_Rename Board_}

{_This will change the dir of this board._}

{{ _('The new Board Dir must match the regex /%s/.') % common.BOARD_DIR_REGEX }}

{_Delete Board_}

{_Warning! This will delete all posts and all files. It can not be undone._}

{: else :}

{_You may not edit these fields because you are not an admin._}

{_If *use default* is set then the board config defaults will be used instead of these values, see:_} {_board config defaults_}.

{% for i, (key, field) in enumerate(database.Board.CONFIG_FIELDS) :} {:}
{_Use Default_}
{{ _(field.name) }}: {$ field.html(key, config[key].value, disabled = True) $} {{ _(field.desc) }}
{:}