{% extends "base.html" %} {% block title %} Estimation {{ estimation.public_id }} is computing… Please wait. {% endblock %} {% block hero %}

{{ content.estimate_queue.hero.title | safe }}

{{ content.estimate_queue.hero.description | markdown | safe }}
{% endblock %} {% block extra_meta %} {# push notifs are good but this complies w/ nojs #} {% endblock %} {% block body %}
{#WORK!#} {% endblock %}