{% extends 'base.html' %} {% block content %}

{{ t('settings') }}

{% for key in ['bot_enabled','debug_mode','dry_run'] %}
{% endfor %} {% for key in ['comment_check_limit','dm_check_limit','posts_check_limit','message_delay_min','message_delay_max','follow_cache_duration','max_follow_checks','follow_check_window','log_retention_days'] %}
{% endfor %}
{% endblock %}