{% 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 %} {% if forum_hits %}

Forum results

{% if forum_results_topic.count %}

Topics

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

Posts

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

News results

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