{"includes/config_top.html"}

{_Boards_}

{% if boards :} {% for board_db, data in boards :} {:}
{_Dir_}{_Config_}{_Title_}{_Mod Only_}{_Threads_}{_Posts_}{_Files_}{_Files Size_}
{{ board_db.dir }} {_config_} {{ board_db.config.title }} {% if board_db.config.mod_only :}{_yes_}{:} {{ data.stats.num_threads }} {{ data.stats.num_posts }} {{ data.stats.num_files }} {{ '%.2fmb' % (data.stats.uploaded_files_size/(1024*1024.0)) }}
{: else :}

{_There are no existing boards._}

{:}

{_Board Config Defaults_}

{% if mod_admin :}

{_These are default values for board-specific config settings. Title, Description and CSS specified here will also be used on the front page. You can override these settings per-board at the individual board config pages._}

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

{: else :}

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

{_These are default values for board-specific config settings._}

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