{% load i18n %} {% trans "Offset your travel" %} · {{ event.name }}

🌱 {% trans "Offset your travel" %}

{% blocktrans %}Getting to the festival has a carbon cost. Add a contribution and we'll put it toward retiring carbon credits.{% endblocktrans %}

{% if messages %}{% for m in messages %}
{{ m }}
{% endfor %}{% endif %}
{{ kg }} kg CO₂ {% trans "per contribution" %}
{% blocktrans %}One offset unit costs {{ event.currency }} {{ amount }}.{% endblocktrans %}
{% if co2_so_far and co2_so_far > 0 %}
{% blocktrans %}You've already offset {{ co2_so_far }} kg CO₂ on this order.{% endblocktrans %}
{% endif %}
{% csrf_token %}
{% trans "Back to my order" %}