{% extends "combo/cell_form.html" %} {% load i18n %} {% block cell-form %} {% if cell.has_text_search_service and cell.missing_index %}

{% blocktrans %} Content indexing has been scheduled and should happen within an hour; search results will then be available. {% endblocktrans %}

{% endif %} {{ form.as_p }} {% with cell.get_search_services_for_display as engines %} {% if engines %}

{% endif %} {% endwith %} {% if cell.available_engines and not is_readonly %}
{% trans "Add an engine:" %} {% for key, engine in cell.available_engines.items %} {{ engine.label }} {% if not forloop.last %}|{% endif %} {% endfor %}
{% endif %} {% endblock %}