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

You are using the default name and password ({{ ':'.join(database.Global.DEFAULT_MOD) }})! You should change the password right now, or create a new mod account and delete this default one!

{:}

You are logged in as mod {{ mod_name }}. {% if mod_admin :}You have admin powers.{: else :}You do not have admin powers.{:}

This is img2 {{ common.VERSION }} on Python {{ sys.version }}.

There are {{ parsed_comment_cache }} cached parsed-comments, {{ page_cache }} cached pages, and {{ sessions }} active sessions (roughly number of people recently online).

Boards

{% for board_db, data in boards :} {:}
DirTitleThreadsPostsFilesFiles Size
{{ board_db.dir }} {{ board_db.config.title }} {{ data.stats.num_threads }} {{ data.stats.num_posts }} {{ data.stats.num_files }} {{ '%.2fmb' % (data.stats.uploaded_files_size/(1024*1024.0)) }}

Flagged Posts

{% for board_db, data in boards :} {:}
BoardFlagged Posts (Count)Reviewed Posts (Status)
{{ board_db.dir }} {% for flag in data.flags :} {{ flag.thread_id }}#{{ flag.post_id }} ({{ flag.count }})
{:}
{% STATUS = {'undeleted': 'Not Deleted', 'mod_deleted': 'Deleted by Mod', 'user_deleted': 'Deleted by Poster'} %} {% for post in data.reviewed_posts :} {{ post.thread_id }}#{{ post.post_id }} ({{ STATUS[post.status] }})
{:}