{% extends 'base.html' %} {% load i18n %} {% block content %}
{% trans 'Key' %} | {% trans 'Value' %} | {% trans 'Created on' %} | ||
---|---|---|---|---|
{{ a.key }} | {{ a.value }} | {{ a.created }} |
{% trans 'Key' %} | {% trans 'Value' %} | {% trans 'Created on' %} | ||
---|---|---|---|---|
{{ a.key }} | {{ a.value }} | {{ a.created }} |
{% for k, v in c.items %}
{% if k not in 'actions,type' %}
{{ k }}: {{ v }}
{% endif %}
{% endfor %}
kg CO₂e saved
whatever
Manufacturing Impact Avoided |
{{ impact.carbon_saved }} kg CO₂e
Based on average laptop manufacturing emissions |
---|