{% load i18n %} {% load static %} {% block contents %} {% for message in messages %} {% endfor %}
{{ user.profile.raison_sociale }}

{{ user.profile.pays }}

Emissions Totales
{{ total_emission_eqCO2|floatformat:3}}
Tonne CO2-eq
Répartition des GES par scope

Répartition des GES par type de gaz

  • CO2 {{ pourcentage_emission_CO2|floatformat:1}}%
  • CH4 {{ pourcentage_emission_CH4|floatformat:1}}%
  • N2O {{ pourcentage_emission_N2O|floatformat:1}}%

Emissions CO2

{{ total_emission_CO2|floatformat:3}} Kg

Emissions CH4

{{ total_emission_CH4|floatformat:3}} g

Emissions N2O

{{ total_emission_N2O|floatformat:3}} g
Emissions mensuelles de GES (TCO2eq)

Répartition des GES par poste d'émission

Postes d'émission les plus polluants

Contribution aux Objectifs de Développement Durable (ODD) de l'ONU

Scope 1
({{ scope1_emission_eqCO2|floatformat:3 }} TCO2eq)
Scope 2
({{ scope2_emission_eqCO2|floatformat:3 }} TCO2eq)
Scope 3
({{ scope3_emission_eqCO2|floatformat:3 }} TCO2eq)
{% endblock %} {% block extra_javascript %} {% endblock %}