{% extends 'generic/_base.html' %} {% block title %}Sync Configuration — {{ runner.name }}{% endblock %} {% block content %}
Sync Configuration
{% if runner.mode == "local" %} Import config.py {% endif %} Edit
{% for category, items in categorized.items %}
{{ category }}
{% for item in items %} {% endfor %}
{{ item.name }} {{ item.value }}
{% if not forloop.last %}
{% endif %} {% endfor %} {% if not categorized %}

No sync configuration found.

{% endif %}
{% endblock content %}