{% extends "setup/base.html" %} {% block title %}Source saved — kairix setup{% endblock %} {% block content %}

Source saved

Here is what kairix will fetch — nothing is downloaded until indexing runs.

{{ saved.summary }}

{% if saved.config_file %}

Saved to {{ saved.config_file }}.

{% endif %}

The background worker fetches this source on its next run. You can connect another source, or continue with setup.

{% endblock %} {% block actions %} Add another source Continue {% endblock %}