{% load custom_tags_and_filters %}

Rates settings

{% csrf_token %}

{% button type="save" value="Save settings" %}

Tool Rates

You can upload a json file to display tool rates. An example of a valid rates file can be found on Github.

It should be a JSON array of elements, and the following key/values are supported for each element:

{% include 'customizations/customizations_upload.html' with element=rates name='rates' extension='json' key='rates' %}