{#each job.energyFootprint as efp}
{efp.hardware}: {efp.value} Wh ({efp.metric})
Estimated energy consumption based on metric {efp.metric} and job runtime. {/each}
Total Energy: {job?.energy? job.energy : 0} Wh
{#if carbonPerkWh}
Carbon Emission: {carbonMass} kg
{/if}
Estimated total energy consumption of job. {#if carbonPerkWh} Estimated emission based on supplier energy mix and total energy consumption. {/if}