{% extends "setup/base.html" %}
{% block title %}Source saved — kairix setup{% endblock %}
{% block content %}
Here is what kairix will fetch — nothing is downloaded until indexing runs.Source saved
{{ saved.summary }}
{% if saved.config_file %}Saved to {{ saved.config_file }}.
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 %}