{% extends 'base.html' %} {% load i18n %} {% block content %}
{% trans "Search through all the Links and Pages" %}
{% trans "Found" %} {{ total_results }} {% trans "results" %}
{% endif %}{% trans "The search index needs to be rebuilt. Please contact the administrator." %}
{% trans "Error" %}: {{ search_error }}
{{ result.original_url }}
{% elif result.model_type == 'post' %}{{ result.summary }}
{% endif %} {% if result.tags %}{% trans "Try adjusting your search terms." %}
{% trans "Enter a search query to find links. You can search by alias, URL, or any related keywords." %}