{% extends "base.html" %} {% block title %}Estimation {{ estimation.public_id }} of your ✈ travel footprint{% endblock %} {% block hero %}
{{ content.estimation.failure.hero.description | markdown | safe }}
{% else %}{{ content.estimation.hero.description | markdown | safe }}
{% endif %}{{ estimation.errors }}
A Legend here
#}#} {# For each destination city, the sum of the travels from all the origins.#} {#
#} {{ render_cities(estimation_output.cities) }} {% elif estimation.is_many_to_one() %} {{ content.estimation.lolliplot.many_to_one | markdown | safe }} {##} {# For each destination city, the sum of the travels from all the origins.#} {#
#} {{ render_cities(estimation_output.cities) }} {% elif estimation.is_one_to_many() %} {{ content.estimation.lolliplot.one_to_many | markdown | safe }} {{ render_cities(estimation_output.cities) }} {% elif estimation.is_many_to_many() %} {{ content.estimation.lolliplot.many_to_many | markdown | safe }} {##} {# Carbon footprint for each city.#} {#
#} {{ render_cities(estimation_output.cities) }} {% endif %}{{ estimation.warnings }}
#} {#{{ estimation.output_yaml }}#} {##} {#