{% extends "base.html" %} {% load custom_date %} {% block title %}Search - {{ block.super }}{% endblock %} {% block extra_head %} {{ block.super}}{% endblock %} {% block content %}
{% if post %}

Your results

{% if wiki_results.count %}

Wiki results

{% endif %} {# Online help #} {% if help_hits %}

Help results

{% if help_results_buildings.count %} {% endif %} {% if help_results_wares.count %} {% endif %} {%endif %} {# Forum #} {% if forum_hits %}

Forum results

{% if forum_results_topic.count %}

Topics

{%endif %} {% if forum_results_post.count %}

Posts

{% endif %} {% endif %} {# Maps #} {% if map_results.count %}

Map results

{% endif %} {# News #} {% if news_results.count %}

News results

{% endif %} {% endif %}
{% endblock %}