{% if module_enabled %}
{% if indexed %}
The index was last updated on {{ last_updated }}. Indexing the course took {{ index_info['indexing_time_secs'] }} seconds.
{% for type in index_info['doc_types'] | sort %} {% endfor %}
Document Type Number present
{{ type }} {{ index_info['doc_types'][type] }}
Total {{ index_info['num_indexed_docs'] }}
{% elif status_message %} {{ status_message }} {% endif %}
{% if not job_in_progress %}
{% endif %}

If gcb_can_index_automatically is enabled on the Admin > Settings page, then Index Course will be run daily to keep your courses' indices up to date.

To view more details about this course's search index, view the Full Text Search tab of the App Engine dashboard with the namespace of the current course.

{% else %}
The search module is currently disabled.
{% endif %}