{{ t('usage.totalCost') }}
-${{ (usageStats?.total_actual_cost || 0).toFixed(4) }}
- ${{ (usageStats?.total_cost || 0).toFixed(4) }} -{{ t('usage.actualCost') }} / {{ t('usage.standardCost') }}
+${{ (usageStats?.total_actual_cost || 0).toFixed(4) }}
++ {{ t('usage.actualCost') }} / ${{ (usageStats?.total_cost || 0).toFixed(4) }} {{ t('usage.standardCost') }} +
{{ t('usage.totalCost') }}
-${{ (usageStats?.total_actual_cost || 0).toFixed(4) }}
- ${{ (usageStats?.total_cost || 0).toFixed(4) }} -{{ t('usage.actualCost') }} / {{ t('usage.standardCost') }}
+${{ (usageStats?.total_actual_cost || 0).toFixed(4) }}
++ {{ t('usage.actualCost') }} / ${{ (usageStats?.total_cost || 0).toFixed(4) }} {{ t('usage.standardCost') }} +