{% extends "base.html" %} {% block title %}Sentinel — Settings{% endblock %} {% block content %}
Current configuration{% if repo_path %} for {{ repo_path }}{% endif %}
No sentinel.toml found{% if repo_path %} in {{ repo_path }}{% endif %}. All settings use default values.
| Setting | Value | Type |
|---|---|---|
{{ f.name }} |
{{ f.value if f.value != '' else '(empty)' }} | {{ f.type }} |
| Variable | Status |
|---|---|
{{ var }} |
{{ 'Set' if is_set else 'Not set' }} |