{% extends "base.html" %} {% load djblets_deco i18n %} {% block title %}{% trans "Indexed searched not enabled" %}{% endblock %} {% block content %} {% box "important" %}

{% trans "Indexed Search is not enabled" %}

{% trans "Enable Search under General Settings in the Administration UI, or contact your administrator." %}

{% endbox %} {% endblock %}