{"includes/config_top.html"} {% if is_default_mod :}
{:}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).
Dir | Title | Threads | Posts | Files | Files 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)) }} |
Board | Flagged 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] }}) {:} |