{% extends "setup/base.html" %} {% block title %}Pick what to index — kairix setup{% endblock %} {% block content %}

Pick what to index

Only what you pick here gets fetched and indexed — nothing else is read.

{% if save_error %}

{{ save_error }}

{% endif %} {% if units.error %}

{{ units.error }}

{% else %}
{% if units.pickable %}
{% for unit in units.units %} {% endfor %}
{% if not units.units %}

Nothing to pick from yet — the connected account can't see any items.

{% endif %} {% else %}

{{ units.note }}

{% if provider == "gmail" %} {% elif provider == "google-calendar" %} {% elif provider == "google-drive" %} {% endif %} {% endif %}
{% endif %} {% endblock %} {% block actions %} Back {% if not units.error %}{% endif %} {% endblock %}