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:
item_id - the id of the tool or supply
table_id - the type of rate, one of "inventory_rate" (for supplies), "primetime_eq_hourly_rate" (for tool), "training_individual_hourly_rate" (for individual training rate), "training_group_hourly_rate" (for group training rate)
rate_class - the class, one of "full cost" or "cost shared"
rate - the rate amount
item - the name of the item (optional)
{% include 'customizations/customizations_upload.html' with element=rates name='rates' extension='json' key='rates' %}