{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Carbon Footprint Calculator {% endblock %} {% block content %} {% if form.electricity_kwh.errors %}
Please enter the kWh amount used for electricity in your household
With your answers below, we will determine your carbon footprint. At the end of the calculator, you will also receive feedback on how your footprint compares to the average in the UK. Therefore, please try to answer as precisely as possible, to the best of your knowledge.
On this page, we ask you for household-level information regarding your energy-consumption. To calculate your individual carbon footprint, we then divide the respective emissions by the number of individuals in your household.
| Energy |
|---|
| {{ form.hh_members.label }} |
| {{ form.electricity_kwh.label }} |
|
{% formfield 'green_electricity' %}
|
| {{ form.gas_kwh.label }} |
|
|
| {{ form.fossil_fuels.label }} |
|
|