<%= t(".description") %>
<%= t(".api_calls_used", used: number_with_delimiter(@synth_usage.used), limit: number_with_delimiter(@synth_usage.limit), percentage: number_to_percentage(@synth_usage.utilization, precision: 1)) %>
<%= t(".plan", plan: @synth_usage.plan) %>