{% load custom_tags_and_filters %}
{% csrf_token %}

Adjustment requests settings


At least one user with the facility manager role needs to exist for approval.
The title for the adjustment request tab of the user requests page.
The description/instructions to display on the adjustment requests page.
requests
The maximum number of requests to display in each section (approved, denied). Leave blank for all.





most recent charges
The number of most recent charges to show in the dropdown menu when creating an adjustment.
last
{% if errors.adjustment_requests_time_limit_interval %} {{ errors.adjustment_requests_time_limit_interval.error }} {% elif errors.adjustment_requests_time_limit_frequency %} {{ errors.adjustment_requests_time_limit_frequency.error }} {% else %} The timeframe for users to be able to request adjustment on charges. {% endif %}


This does not apply to general charges.
{% button type="save" value="Save settings" %}