{% extends "base.html" %} {% block body %}

Config-change request

Approve config change

Your resident on {{ repo_full_name }} wants to change a limit you control.

Key
{{ config_key }}
Current
{{ current_value if current_value else "(unset)" }}
Requested
{{ requested_value }}
{% if reason %}
Reason
{{ reason }}
{% endif %}
{% endblock %}