{"includes/config_top.html"}

{% if ip :} {% if not boards :}

{$ _('There are no posts with the IP %s. Note that post IPs are nulled after a certain time - see board settings.') % ip $}

{: else :}
{% for board_db, data in boards :}

{{ board_db.config.title }} : {{ _('%d posts in %d threads') % (data.total_ip_posts, len(data.threads)) }}

{% for thread in data.threads :} {:}
{_Thread_} {{ thread.id }}: {% for post in thread.ip_posts :} >>{{ post.id }} {% if post.status == database.PostStatus.MOD_DELETED :} ({_Deleted by Mod_}) {: elif post.status == database.PostStatus.USER_DELETED :} ({_Deleted by Poster_}) {:}
{:}
{:}

{_Each post that has been checked will have it's status set to Deleted by Mod, and any attached file will be deleted. If the thread the post is contained within then has zero posts with a status of Not Deleted, the entire thread will be permanently deleted._}

{:} {:}