{% if popup %}{% include 'mini_head_include.html' %}{% endif %}{% if not popup %}{% include 'manager_head_include.html' %}{% endif %}
{% if search == 'Search Posts by IP Address' %}
Searching By IP Address {{ text }}
{% include 'pagination_section.html' %}
{% elif search == 'Search Posts by Text String' %}
Searching By Text "{{ text }}"
{% include 'pagination_section.html' %}
{% elif search == 'Search Posts by Author' %}
Searching By Poster Name "{{ text }}"
{% include 'pagination_section.html' %}
{% elif search == 'Search Posts by ID' %}{% if popup %}
{% endif %}{% if not popup %}
{% endif %}Showing Post No.{{ posts[0].num }}{% if popup %}{% endif %}{% if not popup %}
{% endif %}
{% endif %}
{% if not popup %}{% endif %}